Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.37 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.37 KB

AGH-Navigator-App

License Repo Elements Repo Language


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.


1. App Preview

2. Installation

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