Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogeshnile/ipl-first-inning-score-predict
In this repo I have developed a IPL First Innings Score Prediction project in machine learning. And deployed on Heroku app.
https://github.com/yogeshnile/ipl-first-inning-score-predict
heroku heroku-deployment ipl-prediction machine-learning pickle python python-3 regression sklearn
Last synced: 4 days ago
JSON representation
In this repo I have developed a IPL First Innings Score Prediction project in machine learning. And deployed on Heroku app.
- Host: GitHub
- URL: https://github.com/yogeshnile/ipl-first-inning-score-predict
- Owner: yogeshnile
- License: gpl-3.0
- Created: 2020-07-24T06:30:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:20:42.000Z (about 2 years ago)
- Last Synced: 2023-03-05T14:57:25.939Z (over 1 year ago)
- Topics: heroku, heroku-deployment, ipl-prediction, machine-learning, pickle, python, python-3, regression, sklearn
- Language: HTML
- Homepage: https://ipl-inning-score-prediction.herokuapp.com/
- Size: 6.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## IPL First Inning Score Prediction :notebook: [![](https://camo.githubusercontent.com/17fa56d1fbad7bb4082c9711a77b984b85e79446/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f507974686f6e2d332e362d627269676874677265656e2e737667)](https://python.org)
In this repo I have developed a IPL First Innings Score Prediction project in machine learning. And deployed on Heroku app.- [[Jupyter Notebook]](https://github.com/yogeshnile/IPL-first-inning-score-prediction)
- [[Demo]](https://ipl-inning-score-prediction.herokuapp.com/)[![](https://camo.githubusercontent.com/2fb0723ef80f8d87a51218680e209c66f213edf8/68747470733a2f2f666f7274686562616467652e636f6d2f696d616765732f6261646765732f6d6164652d776974682d707974686f6e2e737667)](https://python.org)
# Motivation :monocle_face:
- IPL is very popular in India. The match of ipl has 20-20 overs, if we can estimate the score of first inning, that's why I have made this project. Although it is difficult to predict what will happen in cricket, but this project would give us an estimate based on past match. I hope would be you like it.# How to run the project? :thinking:
**1).** Run all command manually
- Clone github repository in your local system ```git clone https://github.com/yogeshnile/IPL-First-Inning-Score-Predict.git```
- Move in IPL-First-Inning-Score-Predict repository ```cd IPL-First-Inning-Score-Predict```
- Create new virtual python environment ```python3 -m venv venv```
- Activate virtual python environment ```source venv/bin/activate```
- Install all the libraries mentioned in [requirements.txt](https://github.com/yogeshnile/IPL-First-Inning-Score-Predict/blob/master/requirements.txt) using ```pip install -r requirements.txt```
- Run FlaskApp file ```python app.py```
- Go to your browser and type http://127.0.0.1:5000/ in the address bar.
- Hurray! That's it.**2).** Run Shell Script
- Clone github repository in your local system `git clone https://github.com/yogeshnile/unix.git`
- Give execute permission to [ipl-first-inning-score-predict.sh](https://github.com/yogeshnile/unix/blob/master/ipl-first-inning-score-predict.sh) file via `chmod +x ipl-first-inning-score-predict.sh`
- Run ipl-first-inning-score-predict.sh file using `./ipl-first-inning-score-predict.sh`
- Go to your browser and type http://127.0.0.1:5000/ in the address bar.
- Finished...
# Directory Tree :cactus:
```bash
.
├── app.py
├── first-innings-score-model.pkl
├── Images
│ ├── 1.png
│ ├── 2.png
│ └── 3.png
├── ipl.csv
├── LICENSE
├── model_development.py
├── Procfile
├── README.md
├── requirements.txt
├── static
│ ├── icon
│ │ └── ipl-favicon.ico
│ ├── images
│ │ ├── csk.png
│ │ ├── dc.png
│ │ ├── kkr.jpg
│ │ ├── kxip.png
│ │ ├── mi.jpg
│ │ ├── rcb.png
│ │ ├── rr.png
│ │ └── srh.png
│ └── style.css
└── templates
├── index.html
├── layout.html
└── result.html5 directories, 24 files
```# Technology used in Project :hotsprings:
## ScreenShot :camera_flash:
![](https://github.com/yogeshnile/IPL-First-Inning-Score-Predict/blob/master/Images/1.png) ![](https://github.com/yogeshnile/IPL-First-Inning-Score-Predict/blob/master/Images/2.png) ![](https://github.com/yogeshnile/IPL-First-Inning-Score-Predict/blob/master/Images/3.png)## Bug / Feature Request :man_technologist:
If you find a bug (the website couldn't handle the query and / or gave undesired results), kindly open an issue [here](https://github.com/yogeshnile/IPL-First-Inning-Score-Predict/issues/new) by including your search query and the expected result.If you'd like to request a new function, feel free to do so by opening an issue [here](https://github.com/yogeshnile/IPL-First-Inning-Score-Predict/issues/new). Please include sample queries and their corresponding results.
## Connect with me! 🌐
Known on internet as **Yogesh Nile**[](https://bit.ly/2Ky3ho6) [](https://bit.ly/2yoggit) [](https://bit.ly/3dbLJLC) [](https://t.me/yogeshnile) [](https://bit.ly/3b9Qeo4) [](https://bit.ly/32SXHV0)
## Email Me :e-mail:
[](mailto:[email protected])