Web-app to interact with ML for MNIST (written digits recognition)
https://digitsonline.herokuapp.com/
- ML training notebook based on : MNiST in Keras from Google Research
- Streamlit : https://www.streamlit.io/
- Streamlit Drawable Canvas : https://github.com/andfanilo/streamlit-drawable-canvas
- Streamlit footer
app/footer.py
: https://discuss.streamlit.io/t/st-footer/6447 - Deploying the app on Heroku: https://towardsdatascience.com/deploy-streamlit-on-heroku-9c87798d2088