Contribute Media
A thank you to everyone who makes this possible: Read More

Machine learning model serving with streamlit and FastAPI

Description

Davide Fiocco nos presenta "Machine learning model serving with streamlit and FastAPI"

Para las preguntas relacionadas con la charla a los propios autores, por favor, utiliza el siguiente foro: https://comunidad.es.python.org/t/machine-learning-model-serving-with-streamlit-and-fastapi/375

Resumen: Python provides sophisticated frameworks to develop machine learning models that can perform a variety of useful tasks. To put those models to good use, one frequently needs to encapsulate them in web applications, so to make them available to human users and other applications. I will show how a dockerized web application serving a ML model can be coded in pure Python, building its frontend with the streamlit library and the backend with the FastAPI library (no Javascript, no HTML/CSS needed!).

--- La octava edición de la PyConES se celebra como un evento en línea y totalmente gratuito durante el día 3 de Octubre de 2020. Web: https://2020.es.pycon.org/ Agenda: https://2020.es.pycon.org/index.html#agenda

Improve this page