Skip to content

gsdev42/ZenSight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧘 ZensightAI

Clarity Through Conversation

ZensightAI Banner

"Your mind is a garden. Let’s tend it together."
An AI companion for mindful reflection and emotional balance.


Why ZensightAI?

  • Judgment-free zone – Share freely, anytime
  • Science-backed tools – CBT, DBT, and mindfulness techniques
  • Personalized insights – Learns your emotional patterns

🛠️ Built With

Python LangChain PyTorch HuggingFace Streamlit


🎯 Key Features

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

Architecture Highlights

Architecture Diagram

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

Loading

🌱 Core Philosophies

  1. Privacy First – All chats are encrypted
  2. Non-Replacement – Always suggests human help when needed
  3. Progress Tracking – Mood timeline visualization

🚀 Quick Start

git clone https://github.com/yourrepo/zensightai.git  
cd zensightai  
pip install -r requirements.txt  
streamlit run app/app.py  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages