Day 4: Advanced Applications (Video & Webcam)

Welcome to Day 4 of our project!

On day 4, we implemented our trained models (from our previous colab notebooks) to real time applications. For our project, we performed face detection and emotion recongnition on a video and live stream data.

Video Application

In order to apply our trained model (from day 3) to the sample video, we followed the following process.

After importing the required libraries, we loaded our saved models and the face detection model given.

Webcam Application

In order to apply our trained model (from day 3) to a picture taken from our webcams, we followed the following process.

Just like the video application, after importing the required libraries, we loaded our saved models and the face detection model.

Angry

Fear

Here are some final results!