Skip to content

Instantly share code, notes, and snippets.

View midudev's full-sized avatar
👾
Streaming! https://twitch.tv/midudev

Miguel Ángel Durán midudev

👾
Streaming! https://twitch.tv/midudev
View GitHub Profile
@midudev
midudev / README.md
Created October 15, 2022 17:52
Transcribe vídeo de YouTube con Whisper e Inteligencia Artificial

Requisitos

Necesitas tener instalado Python 3.9 e instalar la dependencia de Whisper y PyTube:

pip install git+https://github.com/openai/whisper.git
pip install pytube

También necesitas tener instalado ffmpeg. Según tu sistema operativo se instala de esta forma: