https://github.com/jocelynvelarde/safenav
SafeNav: Waze's Safety Upgrade
https://github.com/jocelynvelarde/safenav
data-structures dijikstra-algorithm gpt speech-to-text
Last synced: 3 months ago
JSON representation
SafeNav: Waze's Safety Upgrade
- Host: GitHub
- URL: https://github.com/jocelynvelarde/safenav
- Owner: JocelynVelarde
- License: mit
- Created: 2024-02-09T17:51:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T23:46:15.000Z (about 1 year ago)
- Last Synced: 2025-01-07T17:17:25.832Z (4 months ago)
- Topics: data-structures, dijikstra-algorithm, gpt, speech-to-text
- Language: Jupyter Notebook
- Homepage: https://safenav.streamlit.app/
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SafeNav: Waze's Safety Upgrade 🚀
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.
## Authors
- [@JocelynVelarde](https://github.com/JocelynVelarde)
- [@Diego785xd](https://github.com/Diego785xd)## Features
- 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## Structure
```bash
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
```## Tools
- OpenAI API
- Streamlit
- streamlit-mic-recorder
- Google Sheets APIDeployed with: Streamlit Cloud
## Demo
[YouTube](https://www.youtube.com/watch?v=poZN7ochd2Y&t=22s)
## License
[MIT](https://choosealicense.com/licenses/mit/)