An AI-powered emergency message prioritization app that classifies and ranks incoming emergency notifications by urgency level and type. Designed for first responders and emergency coordinators to quickly identify critical situations and respond in a timely manner.
PriorityMsgAI/
├── backend/ # FastAPI backend + AI model
├── frontend/ # React frontend dashboard
├── model_training/ # RoBERTa training and evaluation scripts
└── README.md
cd backend
pip install -r requirements.txt
uvicorn main:app --reloadBackend runs at: http://localhost:8000
cd frontend
npm install
npm startFrontend runs at: http://localhost:3000
| Name | Role |
- Frontend: React
- Backend: Python, FastAPI
- AI Model: RoBERTa (HuggingFace Transformers)
- Version Control: GitHub