Skip to content

Commit 16960f5

Browse files
authored
Update readme file
1 parent 87d4ed2 commit 16960f5

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

β€ŽREADME.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,19 @@
1515

1616
NeuralNoise is an AI-powered podcast studio that uses multiple AI agents working together. These agents collaborate to analyze content, write scripts, and generate audio, creating high-quality podcast content with minimal human input. The team generates a script that the cast team (using a TTS tool of your choice) will then record.
1717

18+
## Features
19+
20+
- πŸ” Content analysis, script generation, and content edition using [AutoGen](https://github.com/microsoft/autogen) group chat of agents
21+
- πŸ“’ High-quality voice synthesis with [ElevenLabs](https://elevenlabs.io/api) or [OpenAI](https://platform.openai.com/docs/guides/text-to-speech)
22+
- πŸ”‰ Audio processing and manipulation with [pydub](https://github.com/jiaaro/pydub)
23+
- πŸ“œ Easy way to [manually edit parts of the script](#want-to-edit-the-generated-script) and regenerate the podcast
24+
1825
<p align="center">
1926
<img src="https://api.star-history.com/svg?repos=leopiney/neuralnoise&type=Date" alt="leopiney/neuralnoise GithubStars history" />
2027
</p>
2128

29+
---
30+
2231
## Examples
2332

2433
| Source | Type | NeuralNoise | Download |
@@ -34,13 +43,6 @@ NeuralNoise is an AI-powered podcast studio that uses multiple AI agents working
3443

3544
The main objective of NeuralNoise is to create a Python package that simplifies the process of generating AI podcasts. It utilizes OpenAI for content analysis and script generation, ElevenLabs for high-quality text-to-speech conversion, and Streamlit for an intuitive user interface.
3645

37-
## Features
38-
39-
- Content analysis and script generation using OpenAI's language models
40-
- High-quality voice synthesis with ElevenLabs or OpenAI
41-
- Audio processing and manipulation with pydub
42-
- Easy way to modify parts of the script and regenerate the podcast
43-
4446
## Installation
4547

4648
To install NeuralNoise, follow these steps:

0 commit comments

Comments
Β (0)