Skip to content

YouTranscribe – transcribe youtube videos and vectorize them so that you can ask questions

Notifications You must be signed in to change notification settings

d42me/YouTranscribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTranscribe with Q&A

Install requirements for macOS:

brew install ffmpeg whisper

Setup local environment

python -m venv venv source venv/bin/activate

Install dependencies

pip install -r requirements.txt

How it works

  • Transcribe from YouTube using open-source whisper

python src/whisper_transcribe.py

  • Transcribe from YouTube using assembly ai (preferred)

python src/assembly_transcribe.py

  • Clean a certain speaker transcript (if needed)

python src/clean_speaker_transcript.py

  • Vectorize transcript and ask questions

python src/chroma.py

About

YouTranscribe – transcribe youtube videos and vectorize them so that you can ask questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages