Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/veb-101/facial-expression-recognition

Classify facial expression using PyTorch
https://github.com/veb-101/facial-expression-recognition

cnn-classification deep-learning facial-expression-recognition pytorch resnet

Last synced: about 2 months ago
JSON representation

Classify facial expression using PyTorch

Awesome Lists containing this project

README

        

# Facial Expression Recognition using PyTorch

![Cover image](un-transform.png)

Hello everyone, I hope you are doing well during these time. In this project, we're going to look at how to build a **facial expression recognition** project from scratch using PyTorch. We'll start from simple task such as downloading dataset, dataset preparation to writing our own custom CNN and a build a ResNet-9 for our use case. We'll also experiment with different learning rate schedulers. Hope you enjoy it.

- Blog Post detailing steps: [github pages](https://veb-101.github.io/Facial-Expression-Recognition/)
- Jupyter notebook (hosted on jovian.ml) -> [Facial Expression Recognition using PyTorch](https://jovian.ml/vaibhav-singh-3001/facial-expression-recognition)

##### Updates

1. Notebook updated to use `ReduceLROnPlateau` learning rate scheduler.