This is a source code from the tutorial available at deploymachinelearning.com
This web service makes Machine Learning models available with REST API. It is different from most of the tutorials available on the internet:
In the research
directory there are:
In the backend
directory there is Django application.
In the docker
directory there are dockerfiles for running the service in the container.
I'm working on complete tutorial how to build SaaS (software as a Service) application with Django and React from scratch. The SaaS service will be for server uptime monitoring - it is available at monitor-uptime.com. The tutorial is available at SaaSitive website.