UFC Fighter Matchup Predictor

GitHub Pages Demo - This is a static demonstration version. For full ML predictions, clone the repository and run locally.

Select a weight class to filter available fighters

About This Demo

This is a static demonstration of the UFC Fighter Matchup Predictor. The full application uses machine learning models trained on comprehensive UFC fight data to predict fight outcomes.

Full Application Features:

Run Locally:

git clone https://github.com/SamW7140/ufc-predictor.git
cd ufc-predictor
python -m venv .venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
pip install -r requirements.txt
python backend/app.py

Then visit http://localhost:5000 for the full experience!