Predict outcomes based on historical data! Hosted live at casecracker.onrender.com - though it may take a minute to load up.
Run the app locally using Streamlit.
-
Get the code:
git clone https://github.com/hto-projects/CaseCracker.git
-
Get
uvinstalled -
Get the virtual environment setup
uv venv
.venv/bin/activate- Get all the dependencies installed in the virtual environment
uv sync- Run the app:
streamlit runNote: Make sure to run command line utilities as an administrator so that they work properly. For Windows users, it may be required to switch between Powershell and Git Bash.