AI

Snowcamp logo

Back from Snowcamp 2024

@Snowcamp A few words about the conference The Snowcamp conference took place in Grenoble (near the French Alps) from January 30 to February 1. It’s a medium-sized conference, with 600 attendees and over 60 talks and workshop, mainly for developers. What was OVHcloud doing? This year we were not sponsors (unlike last year), but we […]

Back from Snowcamp 2024 Read More »

Fine-Tuning LLaMA 2 Models with a single GPU and OVHcloud

Fine-Tuning LLaMA 2 Models using a single GPU, QLoRA and AI Notebooks

In this tutorial, we will walk you through the process of fine-tuning LLaMA 2 models, providing step-by-step instructions. All the code related to this article is available in our dedicated GitHub repository. You can reproduce all the experiments with OVHcloud AI Notebooks. Introduction On July 18, 2023, Meta released LLaMA 2, the latest version of

Fine-Tuning LLaMA 2 Models using a single GPU, QLoRA and AI Notebooks Read More »

Public cloud changelog

H1 2023 Public Cloud changelog, what’s up?

In a very competitive market, OVHcloud has to keep on evolving and adding new features to its already rich Public Cloud product catalog. We are communicating regularly about latest features to update our customers. In this section, you will find details for Public Cloud Storage product line, Data & AI and containers & orchestration. Storage

H1 2023 Public Cloud changelog, what’s up? Read More »

How can an AI video generator benefit your small business?

In this digital age, video content has become an essential part of any business’s marketing strategy, offering an effective method of promoting a brand and its products. However, for small businesses, traditional video creation can be expensive and time-consuming, which means they often miss out on the benefits of video content. Luckily, artificial intelligence (AI)

How can an AI video generator benefit your small business? Read More »

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 »

speech to text app image3

How to build a Speech-To-Text Application with Python (3/3)

A tutorial to create and build your own Speech-To-Text Application with Python. At the end of this third article, your Speech-To-Text Application will offer many new features such as speaker differentiation, summarization, video subtitles generation, audio trimming, and others! Final code of the app is available in our dedicated GitHub repository. Overview of our final

How to build a Speech-To-Text Application with Python (3/3) Read More »

speech to text app image2

How to build a Speech-To-Text Application with Python (2/3)

A tutorial to create and build your own Speech-To-Text Application with Python. At the end of this second article, your Speech-To-Text application will be more interactive and visually better. Indeed, we are going to center our titles and justify our transcript. We will also add some useful buttons (to download the transcript, to play with

How to build a Speech-To-Text Application with Python (2/3) Read More »

speech to text app image1

How to build a Speech-To-Text application with Python (1/3)

A tutorial to create and build your own Speech-To-Text application with Python. At the end of this first article, your Speech-To-Text application will be able to receive an audio recording and will generate its transcript! Final code of the app is available in our dedicated GitHub repository. Overview of our final app Overview of our

How to build a Speech-To-Text application with Python (1/3) Read More »