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
- clone the repo locally
- Create an Anaconda environment for the project (Download Anaconda if not installed already)
- Open the environment with the terminal and go into the project directory (use cd for windows)
- run the command: pip install -r requirments.txt
- run the command: streamlit run main.py
it should be running in your browser now, create an issue if you're having trouble!