A "Google-maps" style Route Planning Algorithm to calculate the shortest path between two points on a map using A* search in Python3.
To run this project you will need:
- Python 3
- Jupyter notebook
- networkx
- plotly
Open project_notebook.ipynb in a Jupyter notebook and go through the instructions listed there!