diff --git a/Readme.md b/Readme.md index d1ee2c3..b472079 100644 --- a/Readme.md +++ b/Readme.md @@ -62,9 +62,7 @@ Your submission folder **must** include a `README.md` with the following structu ## 🔗 Links -- **Live Demo:** [link] -- **Video Demo:** [link](if applicable) -- **Presentation (PPT/PDF):** [link] +- **Presentation (PPT/PDF):** https://drive.google.com/drive/folders/1EpG1mrEywmS8KJaucEK_qVclAHi1gmmx?usp=sharing ## 📸 Screenshots diff --git a/submissions/Unfazed_VITALS/Readme.md b/submissions/Unfazed_VITALS/Readme.md new file mode 100644 index 0000000..cecf833 --- /dev/null +++ b/submissions/Unfazed_VITALS/Readme.md @@ -0,0 +1,95 @@ +## VITALS: Agentic AI Healthcare +**Team UNFAZED** + +--- + +### 👥 Team Members + +| Name | Role | GitHub | +| :--- | :--- | :--- | +| **Aryan Saini** | Team Leader / Frontend | @aryan-saini-dev | +| **Aryan Gusain** | Backend / AI Logic | @AryanGusain-dev | +| **Anshika Garg** | Documentation / Testing | @anshii123 | +| **Ansh Thakur** | Backend / AI Logic | @anshthakur-GH | + +--- + +### 💡 Problem Statement +Current healthcare is reactive and manual, leading to three primary systemic failures: + +* **Ignoring Symptoms:** Chronic patients often overlook subtle symptom links (e.g., a "metallic taste" in Type 2 Diabetes indicating a shift to Type 3), which leads to preventable emergencies. +* **Staff Overload:** Medical professionals are too burdened to provide continuous manual monitoring for every chronic patient at home. +* **Efficiency Loss:** Manual history-taking consumes the majority of a patient's visit, leaving minimal time for actual treatment and consultation. + +--- + +### 🛠️ Tech Stack + +* **Core Intelligence:** Gemini API (Agentic Reasoning & Pattern Recognition) +* **Orchestration:** n8n (Workflow Automation) & LangChain +* **Voice Pipeline:** Browser Web Speech API (Mocking Twilio/Vapi/ElevenLabs for web-based calling) +* **Database:** Supabase (Patient History & Vector DB) +* **Transcription:** Deepgram (Speech-to-Text) +* **Frontend:** React/Vite with Tailwind CSS + +--- + +### 🔗 Links +* **Live Demo:** [Insert Link Here] +* **Video Demo:** [Insert Link Here] +* **Presentation:** [Link to Team Unfazed Stellaris.pdf] + +--- + +### 📸 Screenshots + +**Call Interface** +![Call Interface](vitals-3-frontend/images/Screenshot%202026-03-28%20154000.png) + +**Patient History Sidebar** +![Patient History](vitals-3-frontend/images/Screenshot%202026-03-28%20181544.png) + +**Doctor Approval Dashboard** +![Doctor Dashboard](vitals-3-frontend/images/Screenshot%202026-03-28%20181554.png) + +**Voice Interaction View** +![Voice Interaction](vitals-3-frontend/images/Screenshot%202026-03-28%20181600.png) + +**Patient Data Analysis** +![Data Analysis](vitals-3-frontend/images/Screenshot%202026-03-28%20182059.png) + +**Symptom Tracking** +![Symptom Tracking](vitals-3-frontend/images/Screenshot%202026-03-28%20182115.png) + +**Dashboard Overview** +![Dashboard Overview](vitals-3-frontend/images/Screenshot%202026-03-28%20182130.png) + +--- + +### 🚀 How to Run Locally + +1. **Clone the Repository:** + ```bash + git clone https://github.com/username/vitals-agentic-ai.git + ``` + +2. **Install Dependencies:** + ```bash + npm install + ``` + +3. **Environment Setup:** + Create a `.env` file and add your **Gemini API Key** and **Supabase URL/Key**. + +4. **Database Sync:** + Connect your existing patient database to the workflow as defined in the technical approach. + +6. **Launch Frontend:** + ```bash + npm run dev + ``` + +7. **Initiate Mock Call:** + Use the web interface to start a voice session. The system will autonomously retrieve patient history and begin context-aware questioning. + +--- \ No newline at end of file diff --git a/submissions/Unfazed_VITALS/vitals-3-frontend b/submissions/Unfazed_VITALS/vitals-3-frontend new file mode 160000 index 0000000..88db401 --- /dev/null +++ b/submissions/Unfazed_VITALS/vitals-3-frontend @@ -0,0 +1 @@ +Subproject commit 88db4011f683bed6c4526cf0e73ef25878e50b31