#Youtube video transcriptor based on OpenAI Whisper model. (Python Script)

45 messages · Page 1 of 1 (latest)

bitter talon
modern vine
#

Can you provide a bit more detail on this? What is it doing? Is it grabbing a specific youtube link video and then providing the vocal audio in text?

bitter talon
#

After run the script you will enter any youtube video URL, pytube will turn the video into an mp3 file and Whisper will get the same file and transcribe it. Yes, it is only providing the audio text.

#

Example of eminem RAP GOD shorts

fading wharf
#

Before you have it run, you need to install first via Python:

#

pip install pytube
pip install openai-whisper
pip install ffmpeg

#

@bitter talon Tried the script. It's not working on my end.
I also suggest you add multilinear support, especially great for transcription of longer input audio.

fading wharf
#

@bitter talon Here's the issue I made on your new work. It's promising for enthusiasts!

bitter talon
#

@fading wharf i'll fix it, thxx

fading wharf
bitter talon
fading wharf
#

downloaded and instslled it

bitter talon
#

Still having the error?

fading wharf
#

python3 would need me to install Python from the Windows Store.

#

but py would execute the script directly. I'm using Python 3.10

bitter talon
fading wharf
#

I understand not everyone needs to install GitHub on their PC just for it to work.

bitter talon
#

@fading wharf Try this one: pip install -U openai-whisper

fading wharf
#

...And it worked for me

bitter talon
#

can you send a print?

#

I'll update the descripttion

fading wharf
verbal pastureBOT
#

@fading wharf

Dschen / Silahis Archive's message blocked by AutoMod

We are committed to fostering a positive atmosphere and have implemented additional filters to block any inappropriate or disruptive language and topics.

fading wharf
#

Also YouTube URLs

#

They can be expanded so shortened youtube and youtube-music URLs are also allowed

#

Tried downloading a short, after downloading OpenAI whisper

#

Transcription could not start

fading wharf
#

Here @bitter talon I could not start Transcriber despite installing everything.

bitter talon
#

@fading wharf Maybe you don't have all the dependecies. Try to install those tha are necessary to Whisper:

#

choco install ffmpeg - This one is for windows
pip install setuptools-rust

fading wharf
#

Even after installing the error persists

bitter talon
#

Yeah, is a Package Manager for Windows

#

Are you using it?

fading wharf
#

No

worn mortar
#

Looks like good work has put on this. @bitter talon . May I know if it’s all ok to use. I also have a recent issue with ffmpeg . Does anyone has done this on windows. Pls let me know the right file to download for this. Looks like we need to give the path in environmental variable. @fading wharf any inputs on this, looks like u tested this

fading wharf
#

To the effect, it didn't work at all on my system