Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 623 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 623 Bytes

Celebrity-Face-Recognition

In this data science and machine learning project, we classify sports personalities. We restrict classification to only 5 people:

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

Here is the folder structure:

  • model: Contains python notebook for model building
  • google_image_scrapping: code to scrap google for images
  • images_dataset: Dataset used for our model training

Technologies used in this project:

  1. Python
  2. Numpy and OpenCV for data cleaning
  3. Matplotlib & Seaborn for data visualization
  4. Sklearn for model building
  5. Jupyter notebook