Checkout AGH Navigator Web App
The purpose of this project is to create AGH University of Science and Technology navigator app using Dijkstra's algorithm to find the shortest paths between the buildings.
Make sure to use Python version 3.10. Copy the repository by forking and then downloading it using:
git clone https://github.com/<YOUR-USERNAME>/AGH-Navigator-App
Install requirements use:
cd AGH-Navigator-App
pip install -r requirements.txt
Run App:
cd AGH-Navigator-App
streamlit run app.py