Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 510 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 510 Bytes

boelter-mapping

LA Hacks 2023 Team

Arnav Vora, Alan Yang, Jerry Yao, Michelle Zhao

What This Does

Input your starting point in Boelter (a room number) and your destination point (one of 9 given options on campus). A step-by-step guide and graph visualization of your optimized path will display.

Viewing Online

View page here.

Viewing Locally

$ pip install -r requirements.txt
$ python3 app.py

View page on http://localhost:5000/.