Spaces:
Running
Running
zach
commited on
Commit
·
a4e10c8
1
Parent(s):
87ff28a
Fix typo in README
Browse files
README.md
CHANGED
@@ -1,27 +1,28 @@
|
|
1 |
<div align="center">
|
2 |
<img src="https://storage.googleapis.com/hume-public-logos/hume/hume-banner.png">
|
3 |
-
<h1>Expressive TTS Arena</h1>
|
4 |
<p>
|
5 |
<strong>An interactive platform for comparing and evaluating the expressiveness of different text-to-speech engines</strong>
|
6 |
</p>
|
7 |
</div>
|
8 |
|
9 |
## Overview
|
10 |
-
Expressive TTS Arena is an open-source web application that enables users to compare text-to-speech outputs with a focus on expressiveness rather than just audio quality. Built with Gradio, it provides a seamless interface for generating and comparing speech synthesis from different providers, including Hume and ElevenLabs.
|
11 |
|
12 |
## Features
|
13 |
-
- Text generation using Claude AI for creating expressive content
|
14 |
-
- Direct text input or AI-assisted text generation
|
15 |
-
- Comparative analysis of different TTS engines
|
16 |
-
- Simple voting mechanism for preferred outputs
|
17 |
-
- Random voice selection from multiple providers
|
18 |
-
- Real-time speech synthesis comparison
|
19 |
|
20 |
## Prerequisites
|
21 |
|
22 |
- Python >=3.11.11
|
23 |
- Virtual environment capability
|
24 |
- API keys for Hume AI, Anthropic, and ElevenLabs
|
|
|
25 |
|
26 |
### Installation
|
27 |
|
@@ -61,8 +62,5 @@ Expressive TTS Arena is an open-source web application that enables users to com
|
|
61 |
3. **Listen & Compare:** Playback both options (A & B) to hear the differences.
|
62 |
4. **Vote for Your Favorite:** Click "Vote for option A" or "Vote for option B" to choose your favorite.
|
63 |
|
64 |
-
## Contributing
|
65 |
-
We welcome contributions to the Expressive TTS Arena! This project is intended to serve as example code and is open-source. Feel free to submit issues, fork the repository, and create pull requests for any improvements.
|
66 |
-
|
67 |
## License
|
68 |
[Add your chosen license here]
|
|
|
1 |
<div align="center">
|
2 |
<img src="https://storage.googleapis.com/hume-public-logos/hume/hume-banner.png">
|
3 |
+
<h1>Hume AI | Expressive TTS Arena</h1>
|
4 |
<p>
|
5 |
<strong>An interactive platform for comparing and evaluating the expressiveness of different text-to-speech engines</strong>
|
6 |
</p>
|
7 |
</div>
|
8 |
|
9 |
## Overview
|
10 |
+
Expressive TTS Arena is an open-source web application that enables users to compare text-to-speech outputs with a focus on expressiveness rather than just audio quality. Built with [Gradio](https://www.gradio.app/), it provides a seamless interface for generating and comparing speech synthesis from different providers, including Hume AI and ElevenLabs.
|
11 |
|
12 |
## Features
|
13 |
+
- Text generation using Claude AI for creating expressive content.
|
14 |
+
- Direct text input or AI-assisted text generation.
|
15 |
+
- Comparative analysis of different TTS engines.
|
16 |
+
- Simple voting mechanism for preferred outputs.
|
17 |
+
- Random voice selection from multiple providers.
|
18 |
+
- Real-time speech synthesis comparison.
|
19 |
|
20 |
## Prerequisites
|
21 |
|
22 |
- Python >=3.11.11
|
23 |
- Virtual environment capability
|
24 |
- API keys for Hume AI, Anthropic, and ElevenLabs
|
25 |
+
- For a complete list of dependencies, see requirements.
|
26 |
|
27 |
### Installation
|
28 |
|
|
|
62 |
3. **Listen & Compare:** Playback both options (A & B) to hear the differences.
|
63 |
4. **Vote for Your Favorite:** Click "Vote for option A" or "Vote for option B" to choose your favorite.
|
64 |
|
|
|
|
|
|
|
65 |
## License
|
66 |
[Add your chosen license here]
|