Playing with Google ML APIs and websockets

Meili Triantafyllidi

Python web dev, PyLadies Berlin organiser that recently attended a websockets talk and Google Developer Days conference and wants to share some of the excitement! </div>

Abstract

Tags: Web

We will first talk about Google Machine Learning APIs (translate, vision, etc) and how to integrate with them. Afterwards we will talk about websockets and Tornado. Then we will have a hands on session where we will integrate a real time websocket application with translation API to build a multilingual chat application, that would solve the Tower of Babel problem.

Requirements:

  • Python 3.5+,
  • know how to install requirements.

Description

We will first talk about Google Machine Learning APIs (translate, vision, etc) and how to integrate with them. Afterwards we will talk about websockets and Tornado. Then we will have a hands on session where we will integrate a real time websocket application with translation API to build a multilingual chat application, that would solve the Tower of Babel problem.

Requirements:

  • Python 3.5+,
  • know how to install requirements.

Before the session: