mirror of
https://github.com/jlengrand/tldw.git
synced 2026-03-10 08:51:17 +00:00
2d2b973e3d43d56b312914a2aa4eaf22a9d67625
Too Long, Didnt Watch
WIP experiments in summarizing long youtube videos.
Whats going on here?
- Downloaded https://www.youtube.com/watch?v=KQ7Dw-739VY
- Used whisper.cpp to transcribe audio to text (see
ufo-clean.txt) - Trim the relevant section of text (see
ufo-clean-parts.txt) - Break text into chunks
- Summarize each chunk
- Profit?
Description
Languages
Python
99.5%
Dockerfile
0.5%