Emotion Detection
TensorFlow, OpenCV
The first Computer Vision project that Ryan worked on is a simple emotion detection model that can detect faces by making a bounding-box surrounding the face, while making a prediction towards the emotion that is being conveyed by the face.
This project used a method called transfer learning, which is unfreezing a neural network that has been trained on a different data beforehand, of the VGG 16 model.

VGG-16 Network Architecture ()