diff --git a/T146_Amiee b/T146_Amiee new file mode 100644 index 00000000..275edec2 --- /dev/null +++ b/T146_Amiee @@ -0,0 +1,89 @@ +# 🌱 Therapeutic Healing App +*"A Friend in Need is a Friend Indeed"* + +**Team Name & ID:** Amiee (T146) +**Team Members & Roles:** +- Deo Pratim (Team Lead) +- Muskan (Presentation) +- Manya (Presentation) +- Taniya Singh (Tech) + +**Problem Statement Selected:** Health and Well-being + +--- + +## ✨ Project Overview + +**Therapeutic Healing App** is a cutting-edge mental wellness platform designed to provide compassionate, real-time support for individuals dealing with trauma, anxiety, and depression. By leveraging AI-driven insights, the app acts as a personal, non-judgmental companion, delivering guidance and interventions tailored to each user’s emotional state. + +**Core Highlights:** +- **Humanized AI Conversations** – Empathetic, context-aware dialogues that respond dynamically to user behavior and trauma history. +- **Wellness Check-ins** – Regular nudges for therapy, meditation, yoga, exercise, and medication adherence to encourage holistic mental well-being. +- **Silent Healing Mode** – Gesture- and tap-based interactions for users who struggle to express themselves verbally, ensuring accessibility and comfort. +- **Safety-first System** – Real-time location tracking with alerts for safe and unsafe zones, prioritizing personal security. +- **Emergency SOS Alerts** – Immediate notifications to trusted contacts during crisis moments. + +The app integrates advanced **AI/NLP models (OpenAI, HuggingFace)** for sentiment analysis and humanized responses. **WebSocket-powered real-time communication** ensures instant support, while the backend built with **Node.js/Express and Python** provides a scalable, secure foundation for API services. + +At its heart, the platform embodies the philosophy: +*"A Friend in Need is a Friend Indeed"* – ensuring every user feels supported, understood, and safe throughout their mental wellness journey. + +**PPT Link: https://www.canva.com/design/DAG0nmSrdvQ/6LpkTObSTsCa2LW_tVCbdQ/edit?utm_content=DAG0nmSrdvQ&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton** +**Github Repoaitory: https://github.com/Hyggefieed/Amiee.git** + + +--- + +## πŸ› οΈ Tech Stack + +### Frontend +- **React Native (Expo Router)** – Cross-platform mobile application +- **Tailwind / NativeBase** – Elegant UI components and responsive styling + +### Backend +- **Node.js + Express** – RESTful APIs, authentication, and WebSocket support +- **Python (FastAPI/Flask)** – AI/NLP services integration for humanized interactions + +### Database +- **MongoDB** – User profiles, trauma logs, and unstructured data +- **PostgreSQL** – Structured metadata, analytics, and reporting + +### AI & Safety +- **OpenAI / HuggingFace Models** – Sentiment analysis, adaptive responses, and empathetic conversations +- **Google Maps API** – Real-time location tracking & safe-zone alerts + +### Security +- **JWT Authentication** – Secure user sessions +- **HIPAA/GDPR Ready** – End-to-end data encryption and compliance-focused architecture + +--- + +## ✨ Key Features +- **Humanized AI Conversations** – Adaptive responses based on trauma severity and emotional state +- **Wellness Check-ins** – Scheduled reminders for therapy, meditation, yoga, exercise, and medications +- **Silent Healing Mode** – Gesture- and tap-based interactions for non-verbal communication +- **Safety-first System** – Real-time alerts for safe and unsafe areas +- **Emergency SOS** – Instant notifications to trusted contacts + +--- + +## πŸš€ Getting Started + +### Prerequisites +- Node.js v18+ +- Expo CLI +- MongoDB and PostgreSQL running locally or via cloud +- API keys for OpenAI, HuggingFace, and Google Maps + +### Installation + +```bash +# Clone the repository +git clone https://github.com/your-username/therapeutic-healing-app.git +cd therapeutic-healing-app + +# Install dependencies +npm install + +# Start Expo development server +npx expo start