Install Best SPEECH TO TEXT | Whisper AI FREE in Google Colab
Step-by-step tutorial, how to use Whisper AI of OpenAI to convert speech to text. Whisper AI outperforms most other speech to text tools in most environments. It also performs extremely well and better than most human transcribers.
RESOURCES
- Whisper GitHub page: https://github.com/openai/whisper
- Whisper paper: https://arxiv.org/pdf/2212.04356.pdf
- Google Colab: https://colab.research.google.com/
- Install Whisper AI:
!pip install git+https://github.com/openai/whisper.git
!sudo apt update && sudo apt install ffmpeg
- Run Whisper AI:
!whisper "file name" --model medium
- Other language
!whisper "file name" --model medium --language "??"
- Translate to English
!whisper "file name" --model medium --language "??" --task translate
- Additional arguments:
!whisper -h
VIDEO CHAPTERS
00:00 Introduction
00:28 Demo Whisper AI
00:38 Introduction Google Colab
01:00 Install Whisper AI
01:48 Other model / checkpoint
02:17 Transcribe of Whisper AI
03:10 Additional arguments
03:27 Transcribe in other language
03:42 Translate to English
03:57 Quality
04:20 Wrap up
#whisperai
#ai
Видео Install Best SPEECH TO TEXT | Whisper AI FREE in Google Colab автора JavaScript: Советы для Новичков
Видео Install Best SPEECH TO TEXT | Whisper AI FREE in Google Colab автора JavaScript: Советы для Новичков
Информация
4 декабря 2023 г. 17:19:02
00:04:53
Похожие видео