AI Notebooks - Tutorial - Use Speech-to-Text powers on audio and video

How to convert Speech to Text using AI Notebooks

Last updated 1st September, 2022.

Objective

The purpose of this tutorial is to show you how it is possible to convert speech into text and generate transcripts thanks to AI Notebooks.

image

In Natural Language Processing (NLP), speech-to-text is a Deep Learning task that enables machines to understand and read human language. There are many applications: transcription, summaries, diarization, subtitle generation, ...

This documentation allows you to test and launch 3 AI Notebooks allowing you to get to grips with and use various speech-to-text features.

  1. The first one will teach you the basics of audio transcript. You will be able to transcribe long local or YouTube audio files, measure the quality of a transcription, add punctuation and summarize them.
  2. The second tutorial is intended to discover more advanced steps such as the detection of speaker changes (diarization) and the generation of video subtitles.
  3. The last tutorial is a comparison of different Speech-to-Text models to find the best one among those available.

The following instructions correspond to each of these 3 tutorials.

Requirements

Instructions

You can launch your notebook from the OVHcloud Control Panel or via the ovhai CLI.

Direct link to the full code can be found here.

Launching a Jupyter notebook with "Miniconda" via UI

To launch your notebook from the OVHcloud Control Panel, refer to the following steps.

Code editor

Choose the Jupyterlab code editor.

Framework

In this tutorial, the Miniconda framework is used.

With Miniconda, you will be able to set up your environment by installing the Python libraries you need.

You can choose the conda version.

The default version of conda is functional for this tutorial: conda-py39-cuda11.2-v22-4.

Resources

GPU is recommended since audio transcription is resource intensive.

Here, using 1 GPU is sufficient.

Launching a Jupyter notebook with "Miniconda" via CLI

If you want to launch it with the CLI, choose the jupyterlab editor and the conda framework.

To access the different versions of conda available, run the following command.

ovhai capabilities framework list -o yaml

This tutorial has been launched with the conda-py39-cuda11.2-v22-4 version.

If you do not specify a version, your notebook starts with the default version of conda.

Choose the number of CPUs/GPUs (<nb-cpus> or <nb-gpus>) to use in your notebook and use the following command.

Here we recommend using 1 GPU.

ovhai notebook run conda jupyterlab \
        --name <notebook-name> \
        --framework-version <conda-version> \
    --gpu <nb-gpus>

You can then reach your notebook’s URL once the notebook is running.

Accessing the notebooks

Once the repository has been cloned, find your notebook by following this path: ai-training-examples > notebooks > natural-language-processing > speech-to-text.

  1. You can find the first tutorial in the basics folder. A preview of this notebook can be found on GitHub here.
  2. The second tutorial corresponds to the advanced folder. A preview of this notebook can be found on GitHub here.
  3. The last folder, named compare-models, contains the third tutorial. A preview of this notebook can be found on GitHub here.

Go further

  • With NLP, you can do sentiment analysis. For more information, click here.

Feedback

Please send us your questions, feedback and suggestions to improve the service:


Questa documentazione ti è stata utile?

Prima di inviare la valutazione, proponici dei suggerimenti per migliorare la documentazione.

Immagini, contenuti, struttura... Spiegaci perché, così possiamo migliorarla insieme!

Le richieste di assistenza non sono gestite con questo form. Se ti serve supporto, utilizza il form "Crea un ticket" .

Grazie per averci inviato il tuo feedback.


Potrebbero interessarti anche...

OVHcloud Community

Accedi al tuo spazio nella Community Fai domande, cerca informazioni, pubblica contenuti e interagisci con gli altri membri della Community OVHcloud

Discuss with the OVHcloud community

Conformemente alla Direttiva 2006/112/CE e successive modifiche, a partire dal 01/01/2015 i prezzi IVA inclusa possono variare in base al Paese di residenza del cliente
(i prezzi IVA inclusa pubblicati includono di default l'aliquota IVA attualmente in vigore in Italia).