# 🌸 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 …