Welcome to the "IPL Win Predictor" project! This machine learning model, built using logistic regression, predicts the probability of a team winning an IPL match based on the current match situation. Get ready to make data-driven predictions!
The "IPL Win Predictor" leverages logistic regression to provide insights into the probability of a team winning an IPL match. This model analyzes various match features, team performance, and player statistics to offer real-time predictions.
-
Real-Time Predictions: Get live predictions for IPL match outcomes based on the current match situation.
-
Interactive Interface: The predictor is deployed on Streamlit, offering a user-friendly interface for exploring match scenarios.
-
Customizable Inputs: Adjust the match parameters and teams to simulate different match scenarios.
-
Deployment: Hosted on Streamlit Cloud for easy access and sharing.
To make predictions, provide the following parameters when prompted:
- Batting Team: The team currently at bat.
- Bowling Team: The team currently bowling.
- City: The location of the match.
- Current runs: The current score of batting team.
- Overs Completed: The number of overs completed.
- Wickets: The number of wickets lost.
- Target Runs: The total runs scored by a bowling team.
The predictor will calculate the probability of the batting team winning based on these parameters and the current match situation.
This project leverages the following technologies:
To run this project locally, follow these steps:
-
Clone the repository to your local machine using this command:
git clone https://github.com/rajatrawal/ipl-win-predictor.git
-
Navigate to the project directory:
cd ipl-win-predictor
-
Install the required Python libraries:
pip install -r requirements.txt
-
Run the Streamlit app locally:
streamlit run app.py
-
Open the provided local URL in your web browser to access the IPL Win Predictor.
To make predictions, provide the current match situation including team performance, player statistics, and match conditions. The predictor will calculate the probability of a team winning.
Explore the "IPL Win Predictor" and make data-driven predictions about IPL match outcomes. Get real-time insights and enhance your understanding of match dynamics. Visit the Live Demo and elevate your cricket analysis.
If you'd like to contribute to this project or have suggestions for improvement, please feel free to submit issues or pull requests on GitHub.
Thank you for exploring the "IPL Win Predictor"! We hope this tool assists your IPL match predictions. 🏏🌟