Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 602 Bytes

File metadata and controls

22 lines (15 loc) · 602 Bytes

🧠 AI Mental Health Companion

Interactive AI-powered mental health support using LLM + RAG.


Features

  • Context-aware AI responses using LLM + Retrieval-Augmented Generation
  • Knowledge base of mental health articles, coping strategies, FAQs
  • Interactive conversational interface (CLI & Streamlit Web)
  • Helps users reflect on feelings and provides coping suggestions
  • Privacy-first: no data stored permanently

Installation

git clone https://github.com/<your-username>/AI-MentalHealth-Companion.git
cd AI-MentalHealth-Companion
pip install -r requirements.txt