Talk

Architecture for machine learning apps (Django flavored) (Spanish)


Location:
Block 38 - Room 110
Date and time:
Saturday 10, 11:10
Authors:
Jorge Luis Galvis Quintero (Colombia)
Slides:
architecture-for-machine-learning-apps.pdf
Summary:

Have you ever wondered how to integrate machine learning models with web Django applications? Through small snippets of code and a prepared example, I’ll show you how we are doing it at Dlabs.

Description:

Machine learning models are becoming more and more popular nowadays. Usually, those models are written by scientists who translate complex mathematical models into code, which is great, but let’s be honest, what’s the point of building smart models if they don’t interact with users? Whether be for collecting data or for actually showing results, we need to place components (web, desktop, CLI) in the middle in order to allow this interaction.

In this talk I will give a general description of the architecture used at DLabs for this kind of projects; Docker, Celery, RabbitMQ, Django and many others tools will be covered in the context of a small example.

The goal of this talk is to show from the experience an architectural approach for machine learning projects.