Skip to content
Open
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
117 changes: 106 additions & 11 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,132 @@
## Participant Details

**Full Name:**
<!-- Write your full name -->
<!-- Sudhindra Kumar -->

**GitHub Username:**
<!-- Write your GitHub username -->
<!-- sudhindra62 -->

**Team Name:**
<!-- Write your team name -->
<!-- Skar -->

**College/University:**
<!-- Write your college/university name -->
<!-- Maharaja Institute Of Technology Mysore -->

---

## Project Details

**Project Title:**
<!-- Write your project/idea title -->
<!-- EmergencySOS -->

**Project Description:**
<!-- Explain what your project does, what problem it solves, and why it matters -->
<!-- Question 1. What does the project do?

RoadGuardian AI is an AI-powered emergency coordination platform designed to reduce response time during road accidents.
When someone reports an accident using voice, text, image, or SOS input, the system automatically:

1. Detects and understands the incident
2. Identifies the location
3. Evaluates injury severity
4. Finds the nearest hospital
5. Dispatches ambulance support
6. Coordinates police assistance
7. Generates first-aid guidance
8. Tracks response progress in real time
9. Updates a live command dashboard

Instead of requiring multiple manual phone calls and decisions, RoadGuardian AI acts as a single intelligent operating system for emergency response.

Question 2. What problem does it solve?

Today, emergency response is highly fragmented.
During an accident:

1. People panic
2. Victims cannot explain location properly
3. Ambulances arrive late
4. Hospitals are not informed early
5. Police coordination takes time
6. Bystanders do not know first aid
7. Multiple agencies work independently

This delay becomes critical during the Golden Hour — the first hour after trauma where treatment speed strongly impacts survival.
RoadGuardian AI solves this by converting one SOS report into an automated multi-agency workflow.

Question 3. How does it work?
Step 1 — User Reports Accident
Input methods:
Voice
Text
Image
Emergency SOS

Step 2 — AI Understands the Incident
System extracts:
Location
Severity
Injury indicators
Number of victims
Priority level

Step 3 — Multi-Agent System Activates
Agents coordinate automatically:
Emergency Coordinator Agent
Severity Analysis Agent
Hospital Discovery Agent
Ambulance Dispatch Agent
Police Coordination Agent

Step 4 — Live Command Dashboard Updates
Dashboard displays:
Incident status
Golden Hour countdown
Ambulance ETA
Hospital allocation
Police status
Response tracking
Live map

Step 5 — First Aid Guidance
AI immediately gives instructions such as:
Control bleeding
Stabilize patient
Prevent unsafe movement

Question 4.Why does this project matter?

Because accidents do not fail due to lack of hospitals.
They fail due to delay, confusion, and poor coordination.
RoadGuardian AI changes emergency response from:

Reactive : wait then call then dispatch then delay

to

Agentic : detect then decide then coordinate then act

Expected impact:
Faster dispatch decisions
Reduced emergency delay
Better hospital preparedness
Improved bystander response
Higher survival probability during Golden Hour -->

**Tech Stack Used:**
<!-- Example: Next.js, Node.js, MongoDB, Supabase, Tailwind CSS, Python, etc. -->
<!-- Frontend: React + TypeScript + Tailwind CSS + Framer Motion + Glassmorphism UI + Leaflet/OpenStreetMap
Backend: Node.js + Express + REST APIs + WebSockets
AI Layer: Agentic AI Orchestration + NLP + Rule Engine + OpenAI/Gemini APIs
Database: PostgreSQL + Prisma
Deployment: Vercel -->

**GitHub Repository Link:**
<!-- Add your public project repository link -->
<!-- https://github.com/sudhindra62/emergencysos_roadguardian_vercel.git -->

**Live Demo Link:**
<!-- Add deployed link if available -->
<!-- https://emergencysosroadguardianvercel.vercel.app/ -->

**Presentation / Demo Video Link:**
<!-- Optional but recommended -->
<!-- https://drive.google.com/file/d/1RRrNGaf65wA3dMnY-KykwxoCgeuNLwA_/view?usp=sharing -->

---

Expand Down Expand Up @@ -76,4 +170,5 @@ Please complete these before submitting:

## Additional Notes

<!-- Add anything else you want the judges to know -->
<!-- In this era when AI is taking jobs, I believe that AI won't take your jobs but someone who knows how to use AI will and so I am working on it and am pretty confident that I will achieve it by being such a one ...
Thank You !!!-->