/college-map-navigation-system

Simple proof of concept streamlit app for showing an Institute Navigation system with A* algorithm for pathfinding

Primary LanguageHTML

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