Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 829 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 829 Bytes

Heatmap (Comet Circle)

This project was originally made for HackUTD-2021F, but because the project was so amazing, Project nebula decided to pick it and maintiain it!

Access on (outdated): https://share.streamlit.io/trystonminsquero/hackutd-2021f/main/main.py

To get current build, build the project locally

Instalation process

  1. clone the repo locally
  2. Create an Anaconda environment for the project (Download Anaconda if not installed already)
  3. Open the environment with the terminal and go into the project directory (use cd for windows)
  4. run the command: pip install -r requirments.txt
  5. run the command: streamlit run main.py

it should be running in your browser now, create an issue if you're having trouble!