An unofficial API to search players using the player's reference image and get the player career stats data
Follow the following instructions to run the application and start using the api in your local pc$ pip install -r requirements.txt
- Upload the photo of the Crcikcet Player photo whose stats you want to know; The Machine learning model will predict the player name from the feature vectors (uploaded image) and fetch the player stats
Example: Stats of Virat Kohli | upload the Clear photo of Virat Kohli
- The model has successfully predicted the Player and Fetched the Crcicket career stats data of the Player
Example: It Successfully Predicted the Person present in the uploaded image and fetched the stats
- successfully trained the model with players photos with an accuracy of 88%