Skip to content

Instantly share code, notes, and snippets.

View betoalien's full-sized avatar
🏠
Working from home

Alberto Cardenas betoalien

🏠
Working from home
View GitHub Profile
@betoalien
betoalien / README.md
Created January 11, 2023 19:36 — forked from midudev/README.md
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: