Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatimaafzaal/optimizing-emergency-medical-service-response-time
This is a web application that gets user's input location and find shortest path to the nearest hospital using A* algorithm and also show it visually through graph by networkx library
https://github.com/fatimaafzaal/optimizing-emergency-medical-service-response-time
astar-algorithm astar-pathfinding flask graph matplotlib matplotlib-pyplot networkx networkx-graph pathfinding python webapp
Last synced: 20 days ago
JSON representation
This is a web application that gets user's input location and find shortest path to the nearest hospital using A* algorithm and also show it visually through graph by networkx library
- Host: GitHub
- URL: https://github.com/fatimaafzaal/optimizing-emergency-medical-service-response-time
- Owner: fatimaAfzaal
- Created: 2023-05-28T08:59:48.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-29T16:17:10.000Z (over 1 year ago)
- Last Synced: 2024-11-15T20:40:57.225Z (3 months ago)
- Topics: astar-algorithm, astar-pathfinding, flask, graph, matplotlib, matplotlib-pyplot, networkx, networkx-graph, pathfinding, python, webapp
- Language: HTML
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Optimizing Emergency Medical Service Response Time
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:1. Welcome through voice at the start of the app
2. Finding the shortest path to the nearest hospital
3. View location on google maps
4. Visualization by showing graphs
5. 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"
![image](https://github.com/fatimaAfzaal/Optimizing-Emergency-Medical-service-Response-Time-/assets/99525339/5d2bddcc-60ed-4b06-8d00-1d7283b3fc3b)
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"![image](https://github.com/fatimaAfzaal/Optimizing-Emergency-Medical-service-Response-Time-/assets/99525339/7d3cd33a-8157-4073-a5d8-34817a69d80a)
This graph displayed is through networkx and matplotlib library. Also user can see the location of that nearest hospital on Google maps.