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
This repository aims towards Sports analytics by predicting the first inning Score Based on the previous data and by taking at least the first 5 overs data from the user to predict the final score that a particular team will make based on the prediction
An AI-based IPL Score Predictor built with Python using a neural network to estimate a team’s total score. It analyzes match details like venue, teams, and players. The model uses dense layers, Huber Loss, and Adam Optimizer. A simple UI with ipywidgets allows real-time predictions.