Skip to content

Compare different computer vision algorithms [SVM with Gabor Filters] [CNNs] [Transfer Learning Resnet34]

Notifications You must be signed in to change notification settings

JustinCharbonneau/Facial-Expression-Recognition

Repository files navigation

Binder

Facial Expression Recognition 🙂 😐

A Computer Vision Project for the course of EBC6300 Affective and Persuasive Computing (Winter 2019).

What is affective computing?

Affective computing is the study and development of systems and devices that can recognize, interpret, process, and simulate human affects. https://en.wikipedia.org/wiki/Affective_computing

Introduction

For this project, the goal is to develop a binary image classifier using only 400 images (200 smiling and 200 neutral images). Here is a quick look at six images:

Screen Shot 2020-03-09 at 1 59 02 PM

Part of the requirements for this project was to use 10-fold cross-valdiation.

Project set-up

Create a new conda environment smile:

conda env create -f environment.yml

To update the environment (after modifying environment.yml):

conda env update -f environment.yml


Project based on the cookiecutter data science project template. #cookiecutterdatascience

About

Compare different computer vision algorithms [SVM with Gabor Filters] [CNNs] [Transfer Learning Resnet34]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published