Infinite News
InfiniteNews on Twitch
Overview
InfiniteNews is a 24/7 Twitch stream about intergalactic news. Everything from the script to the audio to the video is generated by AI.
One Q&A segment that aired
Backstory
Another segment about space whales
My friend and I built InfiniteNews in 2022 after Chat GPT 3 released. We wanted to have some fun while staying on the cutting edge of AI.
The main components of our generation pipeline:
- Chat GPT with several layers for script writing (topic generation, script writing, refining, etc.)
- ElevenLabs for voice synthesis
- Wave2Lip for lip-syncing with audio
- Stable diffusion for image generation
While the stream was live on Twitch, our pipeline was continuously generating new segments. We had an EC2 instance running OBS which pulled new segments from our S3 bucket and streamed them to Twitch.
The code is public! See it on github here.