leosaa / softcomputingproject

Soft Computing Project
0 stars 0 forks source link

predict the emotion using a pretrained model #7

Open Catmaniscatlord opened 1 month ago

Catmaniscatlord commented 1 month ago

We need a class that is initialized by a pre-trained model.

This class will have a predict function, which returns the predicted emotion by our model when given a numpy array of the same size as the dataset used to train the model.