Facial Keypoint Detection 😀
In this project, I devleop a small CNN model that accurately predicts the 15 facial keypoints of an face. The dataset is from a popular Kaggle competition. I preprocess the data using various data augmentation methods, and train a CNN model that uses a LR scheduler.