DeanMason20/MarchMadnessAnalyzer
0
March Madness Analyzer
This Gradio application provides an interactive platform for analyzing March Madness basketball tournament data. It features three main functionalities:
- Matchup Simulator: Predict the winner and analyze probabilities between two teams for a given year based on 538 Power Ratings and seeds.
- Scouting Report Generator: Generate a comprehensive scouting report for any team in a specific year, highlighting strengths, weaknesses, and tournament outlook.
- Seed Comparison: Compare the historical performance and championship success of two different tournament seeds.
- National Champion Analyzer: Adjust various team statistics (seed, power rating, rankings, Q1/Q3/Q4 wins/losses) to predict a team's probability of winning the National Championship and find historically similar teams.
Data
The application uses several CSV files containing historical March Madness data:
538 Ratings.csv: 538 Power Ratings for teams.Team Results.csv: General team season results.TeamRankings.csv: Team ranking data from TeamRankings.com.Teamsheet Ranks.csv: Detailed team sheet statistics, including Quadrant wins and losses.Tournament Matchups.csv: Historical tournament matchup data.
How to Use
To run this application on Hugging Face Spaces:
- Create a new Space.
- Upload
app.py,requirements.txt, and all the.csvdata files into the root directory of your Space. - The Space should automatically detect and run the Gradio application.
Enjoy analyzing March Madness like a pro!
