# πΈ Saamya β AI-Powered Youth Mental Wellness Platform
Saamya is an **AI-powered mental wellness platform** designed to provide confidential, empathetic, and accessible support for youth. The project aims to reduce the stigma around mental health by offering guidance, journaling, resources, and AI-driven companionship in a safe space.
---
## π Features
- π€ **AI Chatbot** β Powered by Hugging Face model for empathetic conversations
- π
**Mood & Journal Tracker** β Daily logs for emotions, thoughts, and reflections
- π **Nearby Resources** β Connects users with local mental health professionals & events
- π₯ **Community Support** β Safe space for youth to share experiences
- π‘οΈ **Privacy First** β Secure data handling with Firebase + MongoDB
- π» **Modern UI** β Built using React, Tailwind, and shadcn/ui
---
## π οΈ Tech Stack
**Frontend:**
- React + Vite
- Tailwind CSS
- shadcn/ui (UI Components)
- React Router
**Backend:**
- Firebase Authentication & API integration
- MongoDB for storing user data (courses, journals, mood tracking, etc.)
**AI Integration:**
- Hugging Face Inference API for chatbot functionality
**Deployment:**
- GitHub Pages (Frontend)
- Firebase (Backend services)
---
## π Project Structure
```
Saamya/
βββ public/ # Static files (HTML, images, icons, etc.)
β βββ index.html # Entry HTML file
β
βββ src/ # Application source code
β βββ components/ # Reusable UI components
β βββ pages/ # Application pages (Home, Dashboard, Journal, Chat, etc.)
β βββ firebase/ # Firebase configs & Hugging Face API integration
β βββ App.jsx # Main app component
β βββ main.jsx # React entry point
β
βββ demo/ # MongoDB setup
β βββ userdata # User data collection
β
βββ package.json # Dependencies & scripts
βββ README.md # Documentation
````
````
---
## βοΈ Installation & Setup
1. **Clone the Repository**
```ba β¦