JocelynVelarde / SafeNav

SafeNav: Waze's Safety Upgrade

Home Page:https://safenav.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

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

License

MIT

About

SafeNav: Waze's Safety Upgrade

https://safenav.streamlit.app/

License:MIT License


Languages

Language:Jupyter Notebook 97.4%Language:Python 2.6%