Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit cfbd710

Browse files
committed
Add starter with audio sample.
1 parent 0da27cb commit cfbd710

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title_seo: Building an autonomous AI podacast with Nitric - Part 1
3+
description: 'Use Nitric Batch services to generate long form audio content from text'
4+
tags:
5+
- AI
6+
---
7+
8+
# Building an AI podcast with Nitric - Part 1
9+
10+
## What we'll be doing
11+
12+
In this guide we'll be building the first of many parts to create a fully autonomous AI podcast.
13+
14+
This part will focus on generating long form audio content from text using the Nitric Batch service.
15+
16+
By the end of this guide we'll have a project that will be able to produce audio content from text input.
17+
18+
Here is a sample of what we'll be able to produce:
19+
20+
{/* Add audio clip here */}
21+
22+
<audio controls>
23+
<source src="audio/dead-internet-podcast.m4a" type="audio/x-m4a" />
24+
</audio>{' '}
25+
26+
## Prerequisites
27+
28+
- [Pipenv](https://pypi.org/project/pipenv/) - for simplified dependency management
29+
- The [Nitric CLI](/get-started/installation)
30+
- _(optional)_ Your choice of an [AWS](https://aws.amazon.com) or [GCP](https://cloud.google.com)
31+
32+
## Getting started
2.26 MB
Binary file not shown.

0 commit comments

Comments
 (0)