/ML-Web-App

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

Primary LanguagePython

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

🚀 Quick start

In utils.py:

  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.