Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 916 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 916 Bytes

Simple sample (frontend+backend) of web application for your Machine Learning models inference.

🚀 Quick start

  1. Upload your ML model in get_model()
  2. Preprocess image in preprocess()
  3. Apply model to image in process()
    Additionally you can print model's prediction on web page

Run app.py.