Do you often feel unsafe when going home? Want to know the most optimal safe route to get there?
Then, SafeNav is the answer for you! Just easily type or speak your desired initial point and final destination point, and we will provide you with the safest route to get there.

- Easily type or speak in natural language your desired route
- Translation from speech to text
- Implements LLMs to filter requests and provide route data
- Uses Dijkstra's algorithm for optimal pathfinding
- Takes into consideration criminal activity near each zone to provide a safe route
- Light and Dark mode enabled
- Available in all devices
streamlit_app
├─ home.py
├─ .streamlit
│ └─ secrets.toml
│ └─ gcloud.json
├─ algorithms
├─ api
├─ assets
│ └─ files
│ └─ images
├─ pages
│ └─ report_bug.py
│ └─ get_started.py
│ └─ route.py
└─ requirements.txt
- OpenAI API
- Streamlit
- streamlit-mic-recorder
- Google Sheets API
Deployed with: Streamlit Cloud