pplonski / my_ml_service

My Machine Learning Web Service
MIT License
616 stars 166 forks source link

Deploy Machine Learning Models with Django

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:

The code structure

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.

Django + React Tutorial :books:

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.