This is a web application that gets user's input location and find the nearest hospital using A* algorithm and also show it visually through graph by networkx library. The main features of our project include:
- Welcome through voice at the start of the app
- Finding the shortest path to the nearest hospital
- View location on google maps
- Visualization by showing graphs
- Visualization by highlighting the shortest path on the graph
Front page:
When the app started the computrized voice welcomes by saying "Welcome to the Emergency service"
This page will ask user to select emergency location and by pressing find path it goes to next page as well as when this page appears audio says "Welcome to the Emergency Service"
This graph displayed is through networkx and matplotlib library. Also user can see the location of that nearest hospital on Google maps.