AI Co-Founder for Entrepreneurs
AI Startup Foundry is an AI-powered multi-agent platform that transforms startup ideas into investor-ready business strategies. Built using Google Gemini, Python, and Streamlit, it provides end-to-end startup analysis, including idea validation, market research, competitor analysis, business modeling, financial planning, investor pitching, and downloadable PDF reports.
- 💡 Startup Idea Validation
- 📈 Market Research
- 🏆 Competitor Analysis
- 💼 Business Model Generation
- 💰 Financial Planning
- 🎤 Investor Pitch Generation
- 📄 Professional PDF Report Download
- 🎨 Modern Streamlit Dashboard
- 🤖 Powered by Google Gemini AI
User Input
│
▼
Google Gemini AI
│
▼
AI Startup Foundry
│
┌────┼────┬────┬────┬────┬────┐
▼ ▼ ▼ ▼ ▼ ▼
Idea Market Competitor Business Financial Pitch
Agent Agent Agent Agent Agent Agent
│
▼
Business Report
│
▼
Professional PDF
AI-Startup-Foundry/
│
├── agents/
│ ├── idea_agent.py
│ ├── market_agent.py
│ ├── competitor_agent.py
│ ├── business_model_agent.py
│ ├── financial_agent.py
│ └── pitch_agent.py
│
├── components/
│
├── reports/
│ └── pdf_generator.py
│
├── services/
│ └── startup_service.py
│
├── utils/
│ └── gemini_client.py
│
├── static/
│
├── streamlit_app.py
├── app.py
├── requirements.txt
├── README.md
└── .env
| Category | Technologies |
|---|---|
| Programming | Python |
| AI Model | Google Gemini 2.5 Flash |
| Framework | Streamlit |
| PDF Generation | ReportLab |
| Environment | python-dotenv |
| Version Control | Git & GitHub |
Clone the repository
git clone https://github.com/arpi167/AI-Startup-Foundry.gitMove into the project directory
cd AI-Startup-FoundryInstall dependencies
pip install -r requirements.txtCreate a .env file
GEMINI_API_KEY=YOUR_API_KEYRun the application
python -m streamlit run streamlit_app.py- User enters a startup idea.
- Gemini AI analyzes the idea.
- AI generates:
- Idea Validation
- Market Research
- Competitor Analysis
- Business Model
- Financial Plan
- Investor Pitch
- Results are displayed in an interactive Streamlit dashboard.
- A professional PDF report is generated for download.
- Google ADK Integration
- MCP Server Support
- PowerPoint Report Generation
- Cloud Deployment
- Multi-Language Support
Arpita Gajanan Bhat
Pursuing B.E. in CSE(Data Science)
GitHub: https://github.com/arpi167
This project is developed for educational purposes and the Google AI Agents Capstone.