/EmotionRecognition

Emotion recognition using keras

Primary LanguagePythonApache License 2.0Apache-2.0

EmotionRecognition

Emotion recognition using keras

dataset

-- fer2013.csv downloaded from kaggle.com

Trainig the neural network model

process dataset

-- python fer2013gen.py

-- python fer2013datagen.py

train network

-- python fer2013.py(takes almost 6 on jetson device) model - alexnet

testing

-- python classifier.py (video file)

-- python ipcamclassifier.py (stream input)

-- python webcamclassifer.py (webcam input)

images

-- alexnet1.jpg sample alexnet network architecture -- Screenshot from 2017-04-24 13-37-17.png (training screenshot)

model

-- cnn3.h5 model file