├── Marriage age prediction.ipynb ├── age_of_marriage_data.csv ├── app.py ├── ec2_deploy_notes.txt ├── flaskapp.wsgi ├── index.html └── marriage_age_predict_model.ml /Marriage age prediction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokveda/ML_deployment_Flask_AWS_marriage_age_prediction/HEAD/Marriage age prediction.ipynb -------------------------------------------------------------------------------- /age_of_marriage_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokveda/ML_deployment_Flask_AWS_marriage_age_prediction/HEAD/age_of_marriage_data.csv -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokveda/ML_deployment_Flask_AWS_marriage_age_prediction/HEAD/app.py -------------------------------------------------------------------------------- /ec2_deploy_notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokveda/ML_deployment_Flask_AWS_marriage_age_prediction/HEAD/ec2_deploy_notes.txt -------------------------------------------------------------------------------- /flaskapp.wsgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokveda/ML_deployment_Flask_AWS_marriage_age_prediction/HEAD/flaskapp.wsgi -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokveda/ML_deployment_Flask_AWS_marriage_age_prediction/HEAD/index.html -------------------------------------------------------------------------------- /marriage_age_predict_model.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokveda/ML_deployment_Flask_AWS_marriage_age_prediction/HEAD/marriage_age_predict_model.ml --------------------------------------------------------------------------------