Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 955 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 955 Bytes

titanic_data_analysis

Analysis of titanic data with python

Steps:

  1. Create a jupyter notebook and analyse titanic dataset. Process and finally build,train a machine learning model. https://oloshprogrammer.wordpress.com/2020/06/30/deploy-machine-learning-model-with-backendflask-and-frontendangular-part1/

  2. Create a backend with flask which can provide the prediction using the trained model from the jupyter notebook. https://oloshprogrammer.wordpress.com/2020/06/30/deploy-machine-learning-model-with-backendflask-and-frontendangular-part2/

  3. Lastly, create a frontend where a user can provide his/her details and can get a prediction from the backend whether he or she would survive if the user would be on the titanic during 1912. https://oloshprogrammer.wordpress.com/2020/06/30/deploy-machine-learning-model-with-backendflask-and-frontendangular-part3/

Online demo:

https://titanic-project-frontend.herokuapp.com/