AI-powered Strategy & Operations consultant that uses proven consulting frameworks to analyze business challenges.
- 5 engagement types (Strategy, Process Improvement, M&A, etc.)
- RAG-based framework retrieval
- Powered by Claude AI
- Professional strategy brief generation
- Streamlit
- Anthropic Claude API
- LangChain + ChromaDB (RAG)
- HuggingFace Embeddings
pip install -r requirements.txt
streamlit run app.py
### **B) Create `.gitignore`**
.env *.pyc pycache/
chroma_db/
.streamlit/
.DS_Store Thumbs.db