├── README.md ├── adult.csv ├── data_head.PNG ├── flask_project_structure.PNG ├── income_prediction_blog ├── index.html ├── model.pkl ├── preprocessing.py ├── result.html └── script.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoshangk/machine_learning_model_using_flask_web_framework/HEAD/README.md -------------------------------------------------------------------------------- /adult.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoshangk/machine_learning_model_using_flask_web_framework/HEAD/adult.csv -------------------------------------------------------------------------------- /data_head.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoshangk/machine_learning_model_using_flask_web_framework/HEAD/data_head.PNG -------------------------------------------------------------------------------- /flask_project_structure.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoshangk/machine_learning_model_using_flask_web_framework/HEAD/flask_project_structure.PNG -------------------------------------------------------------------------------- /income_prediction_blog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoshangk/machine_learning_model_using_flask_web_framework/HEAD/income_prediction_blog -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoshangk/machine_learning_model_using_flask_web_framework/HEAD/index.html -------------------------------------------------------------------------------- /model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoshangk/machine_learning_model_using_flask_web_framework/HEAD/model.pkl -------------------------------------------------------------------------------- /preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoshangk/machine_learning_model_using_flask_web_framework/HEAD/preprocessing.py -------------------------------------------------------------------------------- /result.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoshangk/machine_learning_model_using_flask_web_framework/HEAD/result.html -------------------------------------------------------------------------------- /script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoshangk/machine_learning_model_using_flask_web_framework/HEAD/script.py --------------------------------------------------------------------------------