November 25, 2020
Created a tool that predicts famous celebrities from a scraped image dataset with 78% accuracy.
Scraped over 1000 images from Google photos using python and selenium.
Engineered features from the images of every Celebrity to identify face and eyes and cropped the perfect portion by using OpenCV(Haarcascades) and Wavelet.
Optimized SVM, Random Forest, and Logistic Regression using GridsearchCV to reach the best model.