Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 886 Bytes

File metadata and controls

19 lines (16 loc) · 886 Bytes

Image Classification

In this project I have classified sports personalities using machine learning and deployed the model using python flask

image

The classification has been restricted to 5 persons:

  1. Lionel Messi
  2. Maria Sharapova
  3. Roger Federer
  4. Serena Williams
  5. Virat Kohli

image

Procedure

  1. Select an image.
  2. Click on classify

Result

If the attributes of the image are clear, then a table will appear showing the player names and their corresponding probability score. The name with the highest probability score will be the the required result. If the attributes are not clear, then a warning will show. The image provided must be altered.