Goto

Collaborating Authors

 python django


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

#artificialintelligence

We are going to create a simple machine learning application with Django REST framework, which predicts the species of a sample flower based on measurements of its features i.e. the sepal and petal dimensions -- length and width. We have already covered this is in great detail in a previous article. Please familiarize your self with that article. We would use the same Django application here and make some modifications as required. In the previous article, the Django application was connected with a SQLite database.