🔗 Live Demo: https://blueprintai-amvvuyedzdwhhknpeagft8.streamlit.app
BlueprintAI is an AI-powered Startup Blueprint Generator that transforms startup ideas into comprehensive business plans using IBM Watson Orchestrate.
Instead of spending hours researching markets, competitors, business models, and funding options, users simply enter their startup details and receive a complete AI-generated startup blueprint.
- 🚀 AI-powered startup blueprint generation
- 📊 Market analysis
- 🏢 Competitor analysis
- 💰 Revenue model recommendations
- 📈 Business model strategy
⚠️ SWOT analysis- 🛣️ Development roadmap
- 💵 Funding opportunities
- 🎯 Actionable next steps
- 💡 AI-generated startup insights
| Technology | Purpose |
|---|---|
| Python | Backend Logic |
| Streamlit | Web Interface |
| IBM Watson Orchestrate | AI Agent |
| IBM IAM | Authentication |
| Requests | API Communication |
User
│
▼
Streamlit Web Interface
│
▼
Startup Details Form
│
▼
Prompt Construction
│
▼
IBM Watson Orchestrate Agent
│
▼
AI Startup Blueprint
│
▼
BlueprintAI Interface
- Enter your startup details.
- Click Generate Startup Blueprint.
- BlueprintAI sends the request to IBM Watson Orchestrate.
- The AI agent analyzes the startup idea.
- A complete startup blueprint is generated and displayed.
BlueprintAI/
│
├── app.py
├── orchestrate_client.py
├── config.py
├── requirements.txt
├── discover_agents.py
├── chat_with_agent.py
├── test_connection.py
├── README.md
└── .env (Not uploaded to GitHub)
git clone https://github.com/AdaGupta11/BlueprintAI.gitcd BlueprintAIpip install -r requirements.txtAdd your IBM Watson Orchestrate API Key:
ORCHESTRATE_IAM_APIKEY=YOUR_API_KEY
streamlit run app.pySensitive credentials such as the IBM IAM API Key are stored securely using environment variables (.env) and are not included in the GitHub repository.
- 📄 Export blueprint as PDF
- 📑 Export blueprint as DOCX
- 📊 Financial forecasting
- 🎤 AI-generated investor pitch deck
- 📈 Startup readiness score
- 🌍 Multi-language support
- 💬 Conversational AI startup advisor
Ada Gupta
B.Tech – Computer Science & Engineering
Built using IBM Watson Orchestrate and Streamlit.
This project has been developed for educational and learning purposes.


