Deploying a gender classification model using Flask
- Gender classification_git.pdf - Refer the PDF first to understand the approach.
- Preprocessing_gender_classification.ipynb - Use this to explore the EDA , feature engineering, model selection
- features.py - Created my own module for cleaning names and extracting features. This is useful while deploying model with pipeline feature.
- Gender Prediction_all.ipynb - Assembling all at one place. This is the main code which saves the model file( pickle/joblib)
- Load Gender Classification.py - Flask code that calls the model file for prediction
- home.html - HTML page this is used to service the requests.