Skip to content

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.

Notifications You must be signed in to change notification settings

muneeb-i-khan/Octagon-Odds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Start Backend:-

Navigate to backend and create a virtual env

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages