Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
Training/Generating Absurd Cat Standup Videos
The talk explains how to scrape and clean Seinfeld scripts, train an 8‑billion‑parameter Llama‑3 model for monologues, and use Veo‑3 to produce cat standup videos.
I will be using Python/LLAMA-3 model to train a Seinfeld Style Monologue Generating LLM model and use Veo 3 to automatically make Absurd Cat Standup Videos.
-I first scraped all Seinfeld scripts from https://www.seinfeldscripts.com/
-I captured/cleaned/formatted monologue data from the scraped Seinfeld scripts.
-I used Python/Ollama to train the Llama 3 8b model to make an LLM that can generate seinfeld style monologue by subject.
-I used the output of the trained LLM to make cat standup videos through Veo 3.