CNN made with Tensorflow/Keras to recognize seven different emotions.
The model was trained with the 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