We have our chatbot in the GitHub Pages, so if you want to interact with that, make sure to check it out! https://pmashi.github.io/hopperhacks2026/website/index.html
Good question! In order to access our simulation, EcoTraffic, and due to time constraints, we only made it available locally! Sorry about that...
But it's pretty simple! Clone our repo, and navigate to app.py. In order to run this, we must run this code in your terminal, pip install streamlit.
This allows us to use the library streamlit, and this is where we can run the website. After doing so, run this line of code in your terminal:
python -m streamlit run app.py
or
streamlit run app.py.
Once doing so, you should be able to see the following:
Once doing so, you can click on "Run Comparative Simulation" or "Show Impact Report" to see our data and simulation, and tada! You're done!
For reference, clicking on "Run Comparative Simulation" should show the following:

For reference, clicking on "Show Impact Report" will upload a little graph on that website. See the following:

