mirror of
https://github.com/jlengrand/tldw.git
synced 2026-03-10 08:51:17 +00:00
Update README.md
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
|
||||
### What is TL/DW?
|
||||
|
||||
Take a URL, single video, list of URLs, or list of local videos + URLs and feed it into the script and have each video transcribed (and audio downloaded if not local) using faster-whisper. Transcriptions can then be shuffled off to an LLM API endpoint of your choice, whether that be local or remote. Any site supported by yt-dl is supported, so you can use this with sites besides just youtube. ( https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md )
|
||||
- Take a URL, single video, list of URLs, or list of local videos + URLs and feed it into the script and have each video transcribed (and audio downloaded if not local) using faster-whisper.
|
||||
- Transcriptions can then be shuffled off to an LLM API endpoint of your choice, whether that be local or remote.
|
||||
- Any site supported by yt-dl is supported, so you can use this with sites besides just youtube. ( https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md )
|
||||
|
||||
I personally recommend Sonnet. It's great quality and relatively inexpensive.
|
||||
To be clear, Microsoft Phi-3 Mini 128k is great if you don't have a lot of VRAM and want to self-host. (I think it's better than anything up to 70B for summarization...)
|
||||
* To be clear, Microsoft Phi-3 Mini 128k is great if you don't have a lot of VRAM and want to self-host. (I think it's better than anything up to 70B for summarization...)
|
||||
|
||||
### Application Demo
|
||||
CLI
|
||||
|
||||
Reference in New Issue
Block a user