youtube tldw
1.0.0
YouTube - Too Long; Didn't Watch
Python webapp to summarize YouTube videos. Tested on macOS. Requires ollama to run on host.
Do not forget to pull at least one model for Ollama. Preferred are mistral:latest
?? and llama:latest
.
ollama pull <model_name>
pip install -r requirements
./src/app.py
Then access http://localhost:5555
.
make build
make run
or just make all
.
Then access http://localhost:5555
.