Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 355 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 355 Bytes

🚕Routify

A Streamlit app performing trip calculation given a long set of points.

You can explore a demo of Routify online

How to run it on your own machine

  1. Install the requirements

    $ pip install -r requirements.txt
    
  2. Run the app

    $ streamlit run streamlit_app.py