This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments