An open API service indexing awesome lists of open source software.

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

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.

safenav profile

## 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 API

Deployed with: Streamlit Cloud

## Demo

[YouTube](https://www.youtube.com/watch?v=poZN7ochd2Y&t=22s)

## License

[MIT](https://choosealicense.com/licenses/mit/)