Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 953 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 953 Bytes

Mall Navigator Prototype 🗺️🛍️

Choose a start and end location to show the best path through the mall to reach your destination.

This proof-of-concept demonstrates how to use folium and streamlit to dynamically show geographic information (geojson) on an interactive dashboard. This page was created entirely in Python.

Similar navigation dashboards can be easily created for hospitals, university campuses, and more.

Dashboard

Click here to access the Streamlit dashboard.

Installation

If you wish to run the Streamlit dashboard locally, you can use the following commands.

Use the package manager pip to install dependencies.

$ pip install -r requirements.txt
$ streamlit run MallNav.py

Contributing

Pull requests are welcome.

License

MIT