Whisper for YouTube: Speech2TextAI: Perfect YouTube Subtitles - Free. Multiple Languages.

Опубликовано: 04 Апрель 2023
на канале: Discover AI
1,609
71

New AI (called Whisper) optimizes Speech-to-Text via a transformer (encoder-decoder-stack). I show you how to create the perfect subtitles for your YouTube videos, AI transcribing all audio to written text, optional in multiple languages! Open-sourced in September 2022.

A tiny Python code to download the audio file of any YouTube video online, transcribe it to written text - in your particular language - and then, maybe, upload the new SRT subtitle file back to your YouTube videos (maybe in another language, or multiple).

And if your language is not part of Whisper from OpenAI, then there is a Jupyter Notebook to fine-tune Whisper on your language:
https://colab.research.google.com/git...

Detailed information for fine-tuning Whisper by OpenAI:
https://huggingface.co/blog/fine-tune...

Scientific pre-print for Whisper:
https://arxiv.org/pdf/2212.04356.pdf

HuggingFace Model:
https://huggingface.co/openai/whisper...


#naturallanguageprocessing
#speech2text
#ai
#machinelearning
#subtitles