An image-based emotion classifier model
This project utilizes a machine learning pipeline (the jupyter notebook) to train a classification machine learning model to differentiate between an image of a happy person and an image of a sad person. This model is utilized by the python app to provide an interactive GUI through TKinter, in order for the user to upload their own images and test the classifier.
Clone the repo
git clone https://github.com/Khalil002/Emotion-Classifier.gitRun the python app
python3 app.py