Skip to content

Commit

Permalink
readme graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan1999 committed Dec 14, 2023
1 parent 179cbd3 commit f30bf5a
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,22 @@ app_file: serve.py
pinned: false
---

# Cricket-Prophet is an AI-Ml based cricket score prediction app.
# Cricket-Prophet is an AI-Ml based cricket score prediction app.

The app is online at https://cricket-prophet.streamlit.app/

It takes account of batting team, current run, fall of wkts and gives a realistic prediction of the final score using a #randomforest. Scores are fetched from #cricbuzz site in realtime. It is a better prediction than the projected score as it doesn't only rely on current run rate, but also balls left, wkts left and batting team.

## ![Cricket-Prophet](<result/UI.jpg>)
## ![Cricket-Prophet](result/UI.jpg)

# ODI

# ODI
![correlation](<result/ODI_correlation.png>)
![feature importance](<result/odifeatures.featherfeatureimp.png>)
![evaluation](<result/odifeatures.feather.png>)
![correlation](static/ODI_correlation.png)
![feature importance](static/odifeatures.featherfeatureimp.png)
![evaluation](static/odifeatures.feather.png)

# T20
![correlation](<result/T20_correlation.png>)
![feature importance](<result/t20features.featherfeatureimp.png>)
![evaluation](<result/t20features.feather.png>)

![correlation](static/T20_correlation.png)
![feature importance](static/t20features.featherfeatureimp.png)
![evaluation](static/t20features.feather.png)

0 comments on commit f30bf5a

Please sign in to comment.