Skip to content

Python program able to transcribe a Youtube video to text with the help of AI.

Notifications You must be signed in to change notification settings

vdfbiz7/AI-Video-Transcriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

AI Video transcriptor

Python program able to transcribe a Youtube video to text with the help of AI.

Installation

Is needed the installation of pytube, whisper and ffmpeg.

pip install pytube
pip install whisper
pip install ffmpeg-python

Usage

#From an input Youtube Link the trasncriber will be processed.
input("Please enter the Youtube Link of the video you want to transcribe: ")

#Also it will ask you if you want to save the result in a .txt.
input('Do you want to print the result in a .txt? (y/n): ').lower().strip() == 'y'

#Ask if want to delete the temporal downloaded video
input('Do you want to delete the temporal downloaded video? (y/n): ').lower().strip() == 'y'

Contributing

Pull requests are welcome. Please open an issue first to discuss what you would like to change.

License

VICTOR DORADO

About

Python program able to transcribe a Youtube video to text with the help of AI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages