A multi-agent AI system designed to assist in medical emergencies before an ambulance arrives.
- Voice Interface: Speak to the agent directly.
- Triage: Automatically assesses injury severity.
- First Aid Guidance: Step-by-step instructions (CPR, bleeding control, etc.).
- Ambulance Dispatch: Simulates dispatching help to your location.
- Location Services: Integrated geocoding.
- Frontend: HTML/JS with Web Speech API.
- Backend: FastAPI with Google ADK Agents.
- Install dependencies:
pip install -r backend/requirements.txt - Run backend:
cd backend && python -m uvicorn main:app --host 0.0.0.0 --port 8001 - Open
frontend/index.htmlin your browser.