Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.73 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.73 KB

Nitric AI Podcast Generator

This is the AI Podcast generator app from the Build AI Generated Podcasts series on YouTube.

Additional Guides

You can also follow the guide for building the app with Python in the following parts:

About Nitric

This is a Nitric Python project, but Nitric is a framework for rapid development of cloud-native and serverless applications in many languages.

Learning Nitric

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.

Running this project

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.