Gender Classification: This App is driven by data and machine learning model. As soon as the user uploads the image, in the background it converts into grayscale, crops the face, converts into an eigen image and then finally passes it into the model for prediction. All of this functionality is dumped into the flask app.