Skip to content

CNN made with Tensorflow/Keras to recognize seven different emotions.

Notifications You must be signed in to change notification settings

nogueira04/cnn-emotion-recognition

Repository files navigation

cnn-emotion-recognition

CNN made with Tensorflow/Keras to recognize seven different emotions.

The model was trained with the FER-2013 dataset.

Clone the repository and run:

pip install -r requirements.txt

To train, run:

python3 train.py

To run the trained model, run:

python3 inference.py

About

CNN made with Tensorflow/Keras to recognize seven different emotions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages