"Your mind is a garden. Let’s tend it together."
An AI companion for mindful reflection and emotional balance.
- Judgment-free zone – Share freely, anytime
- Science-backed tools – CBT, DBT, and mindfulness techniques
- Personalized insights – Learns your emotional patterns
| Feature | Tech Stack | Impact |
|---|---|---|
| Contextual Responses | Groq LLM + Pinecone | Low-latency, high-relevance answers |
| Medical Q&A | RAG Pipeline | Citations from uploaded PDFs |
| Conversation Memory | Pinecone Vector Store | Personalized follow-ups |
| Real-Time Processing | Groq LPU Inference | 200+ tokens/sec response speed |
graph TD
A[User Query] --> B{Query Understanding}
B --> C[Pinecone VectorDB]
C -->|Retrieve Relevant Chunks| D[Groq LLM]
D --> E[Generate Augmented Response]
E --> F[User]
subgraph RAG Pipeline
B
C
D
end
style A fill:#FFD166,stroke:#333
style F fill:#FFD166,stroke:#333
style C fill:#06D6A0,stroke:#333
style D fill:#118AB2,stroke:#333
- Privacy First – All chats are encrypted
- Non-Replacement – Always suggests human help when needed
- Progress Tracking – Mood timeline visualization
git clone https://github.com/yourrepo/zensightai.git
cd zensightai
pip install -r requirements.txt
streamlit run app/app.py 