#Name of model used
modelName = 'firstModel'

#Emotions provided by the dataset
emotions = ["Angry", "Disgust", "Fear", "Happy", "Sad", "Suprise", "Neutral"]

#Shape of input of the model
input_shape = (48,48,1)