Build a fully production ready machine learning app with Python Django, React, and Docker

By Medium - 2020-09-15

Description

Familiarity with Python, JavaScript, HTML, CSS, and some basic Linux commands. Although I would try to explain everything as much as I can, if you have some difficulty in understanding any concept…

Summary

  • A complete, step by step guide to building a production-grade machine learning app with Django, PostgreSQL, React, Redux and Docker Prerequisites Familiarity with Python, JavaScript, HTML, CSS, and some basic Linux commands.
  • This is what the authentication and permission classes in the APILogoutView do.
  • This is so that Django doesn’t get confused and sent everything starting with ‘api’ to the prediction app.
  • On the templates page, you would find the link to the source code of a sign-in template.

 

Topics

  1. Frontend (0.34)
  2. UX (0.31)
  3. Mobile (0.26)

Similar Articles

Build a Todo App with React

By DEV Community - 2021-01-04

Hello readers! This is the first time I am writing an article on building something with React. So, I...

How to Build a Python GUI Application With wxPython

By realpython - 2020-12-14

In this step-by-step tutorial, you'll learn how to create a cross-platform graphical user interface (GUI) using Python and the wxPython toolkit. A graphical user interface is an application that has b ...