zach commited on
Commit
ab1c51b
·
1 Parent(s): 605e635

Minor improvements to README

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -10,12 +10,10 @@
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
 
@@ -23,7 +21,7 @@ Expressive TTS Arena is an open-source web application that enables users to com
23
  - pip >=25.0
24
  - Virtual environment capability
25
  - API keys for Hume AI, Anthropic, and ElevenLabs
26
- - For a complete list of dependencies, see requirements.
27
 
28
  ## Project Structure
29
  ```
@@ -94,7 +92,7 @@ Expressive TTS Arena/
94
  watchfiles "python -m src.app" src
95
  ```
96
 
97
- 6. Test the application by navigating to the the localhost URL in your browser (e.g. localhost:7860 or http://127.0.0.1:7860)
98
 
99
  ## User Flow
100
 
 
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 3.5 Sonnet by Anthropic for creating expressive content.
14
  - Direct text input or AI-assisted text generation.
15
+ - Comparative analysis of different TTS outputs.
16
  - Simple voting mechanism for preferred outputs.
 
 
17
 
18
  ## Prerequisites
19
 
 
21
  - pip >=25.0
22
  - Virtual environment capability
23
  - API keys for Hume AI, Anthropic, and ElevenLabs
24
+ - For a complete list of dependencies, see [requirements.txt](./requirements.txt).
25
 
26
  ## Project Structure
27
  ```
 
92
  watchfiles "python -m src.app" src
93
  ```
94
 
95
+ 6. Test the application by navigating to the the localhost URL in your browser (e.g. `localhost:7860` or `http://127.0.0.1:7860`)
96
 
97
  ## User Flow
98