You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Octagon Odds is a sophisticated web application that utilizes simple linear regression algorithm to predict the winners of UFC matches. As fight enthusiasts eagerly await the outcome of thrilling battles in the octagon, Octagon Odds empowers them with data-driven insights and probabilities to enhance their fight-night experience.
cd OctagonOddsApp
cd backend
python3 -m venv venv
source /path/to/venv/bin/activate
Install requirements inside venv
pip install requirements.txt
Start the server
uvicorn app:app --reload
Start Frontend
cd OctagonOddsApp
yarn
yarn dev
About
Octagon Odds is a sophisticated web application that utilizes simple linear regression algorithm to predict the winners of UFC matches. As fight enthusiasts eagerly await the outcome of thrilling battles in the octagon, Octagon Odds empowers them with data-driven insights and probabilities to enhance their fight-night experience.