A cloud-deployable project to generate a podcast 100% with AI. Based on the Multimodal Agent Starter repo.
Podcasts produced with this code:
Clone this repository, then set up a Python virtual environment with:
python3.8 -m venv .venv
source .venv/bin/activate
python3.8 -m pip install -r requirements.txt
A full guide to deploying is here. The TL;DR is:
ship deploy
and follow the prompts.