-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme
More file actions
27 lines (18 loc) · 883 Bytes
/
readme
File metadata and controls
27 lines (18 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# InstaCast.Live API
The InstaCast.Live API is the backend service that powers the InstaCast.Live platform, a place for sharing and broadcasting podcasts with an AI host. This API handles podcast data management, audio file processing, and integration with AI services for transcription and voice generation.
## Features
- Podcast creation and management
- Audio file upload and storage
- Transcription of podcasts
- AI-generated voice synthesis for podcasts
- Compilation of podcast audio with intros and outros
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
What things you need to install the software and how to install them:
- Python 3.8 or higher
- FFmpeg for audio file processing
For Ubuntu/Debian:
```bash
sudo apt update
sudo apt install ffmpeg