Logo Lanfrica

Ananyakr123/Saamya

Domain:

healthcare

Record type:

software
Creator:
Ana
Host:
# 🌸 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 …

Languages