Annotated Talk Generator
Use the ai-annotate-talk CLI tool to create blog posts from technical talks.
Usage
bash
ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/ ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/ --output post.md ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/ --transcript custom.txt ai-annotate-talk "https://youtu.be/VIDEO_ID" slides.pdf output_images/ --prompt context.txt
Requirements
- •
GEMINI_API_KEYenvironment variable - •
JINA_READER_KEYenvironment variable - •
poppler-utilsinstalled (brew install poppleron macOS) - •The
hamelpackage must be installed:pip install hamel
Output
Markdown blog post with embedded slide images and synchronized annotations.