This project utilizes Deepgram and Gemini to automate the dispatch of 911 calls when individuals are unable to do so themselves. It features a React Native front end for user interaction and a FastAPI back end for processing requests.
- Frontend: React Native
- Backend: FastAPI
- AI: Deepgram, Gemini
- Database: PostgreSQL (with psycopg2)
- Tooling: Expo CLI, ngrok
-
Install Python Dependencies
For Linux:
pip install fastapi httpx uvicorn