Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 498 Bytes

File metadata and controls

23 lines (15 loc) · 498 Bytes

Project for Institute Navigation

Uses geojson and folium. AI uses A-Star algorithm. Map created using GeoJSON

Team

Ayushi Bhandari
Divyansh Binani
Mohamed Firas Adil

Preview

Preview

How to run

In a virtual environment, tested on Python 3.10 (should work on most versions >= 3.6)

pip install -r requirements.txt
python main.py # to test
streamlit run page.py # to run the web app