From eece2b15c50120f3cae5267fdd0698a003e0cb27 Mon Sep 17 00:00:00 2001
From: davinder1203 <88202219+davinder1203@users.noreply.github.com>
Date: Sat, 4 Oct 2025 06:42:17 +0530
Subject: [PATCH 1/2] Add files via upload
---
tet.html | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 140 insertions(+)
create mode 100644 tet.html
diff --git a/tet.html b/tet.html
new file mode 100644
index 00000000..722e09ca
--- /dev/null
+++ b/tet.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
From 594aced30ecd7ace3a5da72f523e3fc2ea1ea2b1 Mon Sep 17 00:00:00 2001
From: Taniya Singh <156587074+Hyggefieed@users.noreply.github.com>
Date: Sat, 4 Oct 2025 08:21:26 +0530
Subject: [PATCH 2/2] Create T146_Amiee
---
T146_Amiee | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 89 insertions(+)
create mode 100644 T146_Amiee
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