A Streamlit web app that simulates dream team 5v5 NBA matchups using machine learning.
Built with Random Forest, Logistic Regression, and Neural Networks trained on the 2024β2025 NBA dataset.
- Pick 5 players for Team A and 5 players for Team B
- Predicts winning probability for each team
- Interactive UI built with Streamlit
- Uses real NBA stats for realistic simulations
Clone this repo and install requirements:
git clone https://github.com/Jomm31/nba-5v5-predictor.git
cd nba-5v5-predictor
pip install -r requirements.txt