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
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.
Real-time cricket match prediction engine using ball-by-ball data from Cricsheet. Predicts Test match outcomes using XGBoost, Neural Networks, and Monte Carlo simulations. Built with Python and real event-level cricket analytics.