python

fastapi for spam classification

Deploy a custom Docker image for Data Science project – A spam classifier with FastAPI (Part 3)

A guide to deploy a custom Docker image for an API with FastAPI and AI Deploy. Welcome to the third article concerning custom Docker image deployment. If you haven’t read the previous ones, you can check it: – Gradio sketch recognition app– Streamlit app for EDA and interactive prediction When creating code for a Data […]

Deploy a custom Docker image for Data Science project – A spam classifier with FastAPI (Part 3) Read More »

streamlit app for eda and interactive prediction

Deploy a custom Docker image for Data Science project – Streamlit app for EDA and interactive prediction (Part 2)

A guide to deploy a custom Docker image for a Streamlit app with AI Deploy. Welcome to the second article concerning custom Docker image deployment. If you haven’t read the previous one, you can read it on the following link. It was about Gradio and sketch recognition. When creating code for a Data Science project,

Deploy a custom Docker image for Data Science project – Streamlit app for EDA and interactive prediction (Part 2) Read More »

OpenAPI with Python — a state of the art and our latest contribution

OpenAPI with Python — a state of the art and our latest contribution

At OVHcloud, we love using and building APIs. And to build good software, the first thing you need to do is look at the state of the art in your domain. As a matter of fact, there are more and more tools available and it’s often hard to make a choice without comparisons. Maybe you’ll

OpenAPI with Python — a state of the art and our latest contribution Read More »

Doing BIG automation with Celery

Intro TL;DR: You might want to skip the intro and jump right into “Celery – Distributed Task Queue”. Hello! I’m Bartosz Rabiega, and I’m part of the R&D/DevOps teams at OVHcloud. As part of our daily work, we’re developing and maintaining the Ceph-as-a-Service project, in order to provide highly available, solid, distributed storage for various

Doing BIG automation with Celery Read More »

Celery Director

Introducing Director – a tool to build your Celery workflows

As developers, we often need to execute tasks in the background. Fortunately, some tools already exist for this. In the Python ecosystem, for instance, the most well-known library is Celery. If you have already used it, you know how great it is! But you will also have probably discovered how complicated it can be to

Introducing Director – a tool to build your Celery workflows Read More »