Creates a brief summary of a YouTube video so that you can decide on watching
Good for checking if you'd be interested in watching
- getting a high level overview of content to see if you know it well already
- finding out why some influencer hates Rust for some reason and then leaving
The purpose of this project is not to
- plagiarize videos with AI slop
- replace the original content. If the summary looks good, the original content can give you much more details (and less AI hallucinations 😛)
| Dependency | Installation |
|---|---|
| Rust | Install Rust |
| cargo-watch | cargo install cargo-watch |
| just | cargo install just |
| llvm-cov | cargo install cargo-llvm-cov |
| npm | Install NodeJS |
| lefthook | Install lefthook |
run just --list to see a list of available commands
just dev and just example can be run side by side to build an run the server then make an example request against it