Skip to content

Suvodeep-Das/Image-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.