https://github.com/codewitheshayoutube/vheal_ai
https://github.com/codewitheshayoutube/vheal_ai
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codewitheshayoutube/vheal_ai
- Owner: codewithEshaYoutube
- License: apache-2.0
- Created: 2025-07-06T18:37:21.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-08T14:34:03.000Z (12 months ago)
- Last Synced: 2025-07-08T15:42:18.075Z (12 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# π₯ VHeal AI β Agentic Discharge Copilot for Hospitals
> π§ **Raise Your Hack 2025 β Paris (Online + Onsite)**
> π Built with Agentic AI to automate hospital discharge coordination in real time.
> β No more delays. β
More beds, better care, less burnout.
π **Live Demo:** [https://vheal-ai.streamlit.app](https://vheal-ai.streamlit.app)
---
## π¨ The Problem: Discharge is Broken
In major hospitals (e.g. Manhattan, Paris), discharge delays are common due to:
- Fragmented handoffs between doctors, nurses, pharmacy, billing
- Manual summaries and outdated checklists
- No centralized platform to track readiness or progress
These issues result in:
- β Bed Shortages
- π« Staff Burnout
- πΈ Higher Patient Costs
- β³ Inefficient Care Delivery
---
## π‘ Our Solution: VHeal AI
**VHeal AI** is an **Agentic AI-powered autonomous discharge assistant** that acts like a digital hospital staff member.
### π What It Does:
- π Detects when patients are ready for discharge
- π Plans and delegates discharge tasks automatically
- π Communicates across departments via APIs & messaging
- π Displays progress on a real-time dashboard
> "Not reactive. Not rule-based. Truly autonomous."
---
## π§ What Makes It Agentic?
| π Capability | β
Description |
|--------------------------|----------------|
| **Trigger-Based Autonomy** | Starts when a patient is marked "Ready for Discharge" |
| **Multi-Step Reasoning** | Validates discharge: vitals, meds, labs, signatures |
| **Delegated Communication**| Notifies departments like billing, transport, pharmacy |
| **Tool Use & Memory** | Uses EMR, staff calendars, previous discharge summaries |
| **Multimodal Interaction** | Operates via dashboard, APIs, WhatsApp, and email |
---
## π§ Core Features
- π§Ύ **Auto-generated summaries** (GPT-4o, Claude 3, Mistral)
- β
**Checklist Agent** β Labs, meds, vitals
- π **Smart Alerts** β WhatsApp, Email, SMS to departments
- π **Discharge Scheduling** β Room + transport availability
- π **Live Dashboard** β Tracks every agent and staff action
- π§ **Planning Chains** β CrewAI + LangChain multi-agent flow
---
## πΌοΈ Product Snapshots
### π Agent Dashboard
.jpg)
---
### π Discharge Analytics View

---
### π‘ Features Overview

---
## π οΈ Tech Stack
| Layer | Tools |
|---------------|-------|
| **LLMs & Agents** | GPT-4o, Claude 3, Mistral, LangChain, CrewAI |
| **Backend** | FastAPI / Node.js |
| **Frontend** | React.js / Streamlit |
| **Database** | MongoDB / Firebase |
| **Messaging** | Twilio, WhatsApp Business API |
| **RAG Layer** | Vectara / Weaviate (optional) |
---
## π₯ Team VHeal β [LabLab.ai IDs]
| Name | ID | Role |
|-------------------|----------------------|----------------------------------|
| **Eesha Tariq** | `eesha_tariq899` | AI Engineer β Agent Logic, LLMs |
| **Aroob Mushtaq** | `aroobmushtaq818` | Backend Dev β API Integration |
| **Arfa Tariq** | `Arfah_t` | Researcher β Clinical Workflows |
| **Zeeshan Tariq** | `zeeshantariqpkn` | Data Scientist β RAG & Planning |
| **Waqar Ahmed** | `WaqarAhmed555` | Frontend Engineer β Dashboards |
| **Sujal Bedre** | `sujal_bedre114` | Prompt Engineer β LLM Pipelines |
---
## π― Hackathon Goal β Raise Your Hack, Paris
- β³ Automate hospital discharge in <72 hours
- π§ Deploy real-time Agentic AI
- π Integrate with APIs like Twilio, Firebase, and EMRs
- π Present live dashboard + action-based workflows
- π‘ Show the future of **autonomous care coordination**
> _βWeβre not just solving for hospitals β weβre solving for time, care, and cost.β_
---
## βΆοΈ How to Run Locally
```bash
# 1. Clone the repository
git clone https://github.com/codewithEshaYoutube/Vheal_AI.git
cd Vheal_AI
# 2. Backend setup
cd backend
pip install -r requirements.txt # or use npm install for Node.js
# 3. Frontend setup
cd ../frontend
npm install
npm run dev
# 4. Add environment variables (.env)
OPENAI_API_KEY=...
TWILIO_API_KEY=...
FIREBASE_CONFIG=...