This project is a machine learning-based web app that predicts IPL match outcomes and provides insights for both innings.
👉 https://ipl-vision.streamlit.app/
- Predicts win probability before the match
- Estimates final score in the 1st innings
- Gives live win probability during the 2nd innings
- Considers factors like team performance, toss, and venue
- Python
- Streamlit
- Pandas
- Scikit-learn
app.py→ main Streamlit appdataset/→ match datamodels/→ trained ML modelsrequirements.txt→ dependencies
IPL_DARSHAN/ │ ├── app.py ├── requirements.txt ├── README.md ├── .gitignore │ ├── dataset/ ├── models/
pip install -r requirements.txt
streamlit run app.py
```bash
pip install -r requirements.txt
streamlit run app.py
---
## 👩💻 Author
**Khushi Kunwar**
Passionate about building data-driven applications and solving real-world problems using Machine Learning.
🔗 GitHub: https://github.com/Khushii75
🔗 LinkedIn: https://www.linkedin.com/in/khushi-kumari-7718672a5
---
⭐ If you like this project, consider giving it a star!