Simple sample (frontend+backend) of web application for your Machine Learning models inference. 🚀 Quick start In utils.py: Upload your ML model in get_model() Preprocess image in preprocess() Apply model to image in process() Additionally you can print model's prediction on web page Run app.py.