initial commit
This commit is contained in:
commit
ebd7758453
6 changed files with 824 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# tgpt summarize
|
||||
|
||||
A simple script which uses LLM to summarize a local text file, a downloaded json3 subtitle transcript, or a direct youtube video link.
|
||||
|
||||
Requires yt-dlp for youtube summaries, and jq for local json3 subtitle summaries.
|
||||
|
||||
Simplest usage:
|
||||
|
||||
```bash
|
||||
tgpt_summary.py --youtube "https://www.youtube.com/watch?v=FuvDa0gs-ks"
|
||||
```
|
||||
|
||||
First grabs the (english only, for now) subtitles and then tries to summarize them.
|
||||
Loading…
Add table
Add a link
Reference in a new issue