This is the AI Podcast generator app from the Build AI Generated Podcasts series on YouTube.
You can also follow the guide for building the app with Python in the following parts:
- AI Podcast Part 1
- If you want to use an LLM to generate the text in the flow, follow AI Podcast Part 2
This is a Nitric Python project, but Nitric is a framework for rapid development of cloud-native and serverless applications in many languages.
Nitric provides documentation and guides to help you get started quickly.
If can also join Discord to chat with the community, or view the project on GitHub.
To run this project you'll need the Nitric CLI installed, then you can use the CLI commands to run, build or deploy the project. You'll also need to install uv for dependency management.
Install the dependencies:
uv sync
Next, start nitric services.
This will automatically restart when you make changes to your functions
nitric start
You'll see your services connect in the terminal output.