|
| 1 | +export interface Project { |
| 2 | + title: string; |
| 3 | + description: string; |
| 4 | + link: string; |
| 5 | + image?: string; |
| 6 | + tags: string[]; |
| 7 | +} |
| 8 | + |
| 9 | +export const projects: Project[] = [ |
| 10 | + { |
| 11 | + title: "CodeForge AI", |
| 12 | + description: "AI-powered code generation and review assistant", |
| 13 | + link: "https://codeforge-adk.vercel.app/", |
| 14 | + image: "/showcase/project-screenshots/codeforge.jpeg", |
| 15 | + tags: ["Hackathon", "Agent Application"], |
| 16 | + }, |
| 17 | + { |
| 18 | + title: "OpsPilot", |
| 19 | + description: "Intelligent operations management and automation platform", |
| 20 | + link: "https://opspilot-five.vercel.app/", |
| 21 | + image: "/showcase/project-screenshots/ops-pilot.jpeg", |
| 22 | + tags: ["Hackathon", "MCP Expansion"], |
| 23 | + }, |
| 24 | + { |
| 25 | + title: "ChainInsight", |
| 26 | + description: "Blockchain analytics and insights platform", |
| 27 | + link: "https://chain-insight-nine.vercel.app/", |
| 28 | + image: "/showcase/project-screenshots/chain-insight.jpeg", |
| 29 | + tags: ["Hackathon", "Web3"], |
| 30 | + }, |
| 31 | + { |
| 32 | + title: "Confluent", |
| 33 | + description: "Practical AI solution for real-world use cases", |
| 34 | + link: "https://github.com/Davidthecode/confluent", |
| 35 | + tags: ["Hackathon", "Agent Application"], |
| 36 | + }, |
| 37 | + { |
| 38 | + title: "BingeBird", |
| 39 | + description: "Smart bot integration for enhanced user experiences", |
| 40 | + link: "https://github.com/Rohit-KK15/BingeBird-Bot", |
| 41 | + image: "/showcase/project-screenshots/binge-bird.jpeg", |
| 42 | + tags: ["Hackathon", "Bot Integration"], |
| 43 | + }, |
| 44 | + { |
| 45 | + title: "Obrix", |
| 46 | + description: |
| 47 | + "Advanced technical implementation showcasing ADK-TS capabilities", |
| 48 | + link: "https://github.com/akbaridria/obrix", |
| 49 | + image: "/showcase/project-screenshots/orbix.jpeg", |
| 50 | + tags: ["Hackathon", "Agent Application"], |
| 51 | + }, |
| 52 | + { |
| 53 | + title: "Bazaaro", |
| 54 | + description: "Innovative improvements and extensions to ADK-TS framework", |
| 55 | + link: "https://github.com/phdargen/bazaaro", |
| 56 | + image: "/showcase/project-screenshots/bazaaro.jpeg", |
| 57 | + tags: ["Hackathon", "Agent Application"], |
| 58 | + }, |
| 59 | + { |
| 60 | + title: "On Chain Analysis Agent", |
| 61 | + description: "Collaborative team agent for blockchain data analysis", |
| 62 | + link: "https://github.com/jayasaisrikar/on-chain-analysis-agent", |
| 63 | + image: "/showcase/project-screenshots/on-chain-analysis.jpeg", |
| 64 | + tags: ["Hackathon", "Agent Application"], |
| 65 | + }, |
| 66 | +]; |
0 commit comments