siddhartharya
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,54 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: blue
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.44.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
short_description: A replication of Google's NotebookLM Podcast Generator
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Podcast Generator
|
3 |
+
emoji: 🎙️
|
4 |
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
sdk: gradio
|
|
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
short_description: A replication of Google's NotebookLM Podcast Generator
|
10 |
---
|
11 |
|
12 |
+
|
13 |
+
# Podcast Generator
|
14 |
+
|
15 |
+
Welcome to the Podcast Generator project! This tool allows you to create custom podcast episodes using AI-generated content.
|
16 |
+
|
17 |
+
## Features
|
18 |
+
|
19 |
+
- Generate podcast scripts on any topic
|
20 |
+
- Convert text to speech for a natural listening experience
|
21 |
+
- Add background music to your episodes
|
22 |
+
- Export episodes in popular audio formats
|
23 |
+
|
24 |
+
## How to Use
|
25 |
+
|
26 |
+
1. Enter your desired podcast topic
|
27 |
+
2. Adjust generation parameters (length, style, etc.)
|
28 |
+
3. Click "Generate" to create your podcast script
|
29 |
+
4. Review and edit the generated content
|
30 |
+
5. Convert the script to audio
|
31 |
+
6. Add background music (optional)
|
32 |
+
7. Export your finished podcast episode
|
33 |
+
|
34 |
+
## Installation
|
35 |
+
|
36 |
+
To run this project locally, follow these steps:
|
37 |
+
|
38 |
+
1. Clone the repository
|
39 |
+
2. Install the required dependencies:
|
40 |
+
```
|
41 |
+
pip install -r requirements.txt
|
42 |
+
```
|
43 |
+
3. Run the application:
|
44 |
+
```
|
45 |
+
python app.py
|
46 |
+
```
|
47 |
+
|
48 |
+
## Contributing
|
49 |
+
|
50 |
+
We welcome contributions to the Podcast Generator project. Please feel free to submit issues, fork the repository and send pull requests!
|
51 |
+
|
52 |
+
## License
|
53 |
+
|
54 |
+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
|