These file were used to test out building a Streamlit application. For motivation and further details see my blog post https://adamsramblings.xyz/blog/exploring-streamlit-for-machine-learning-apps/
File | Purpose |
---|---|
Titanic Survivor Prediction Model.ipynb | Jupyter notebook containing the steps followed to generate the model used by the Streamlit application |
titanic_app.py | The Streamlit application. Requires streamlit and pickle |