Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ Your submission folder **must** include a `README.md` with the following structu
<!-- List the tools, frameworks, languages used -->

## 🔗 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
<!-- Add screenshots or a GIF of your project -->
Expand Down
95 changes: 95 additions & 0 deletions submissions/Unfazed_VITALS/Readme.md
Original file line number Diff line number Diff line change
@@ -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.

---
1 change: 1 addition & 0 deletions submissions/Unfazed_VITALS/vitals-3-frontend
Submodule vitals-3-frontend added at 88db40