zach commited on
Commit
e55b00b
·
1 Parent(s): 163ac45

Update prerequisites in README

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -10,20 +10,12 @@
10
 
11
  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.
12
 
13
- ## Features
14
-
15
- - Text generation using Claude 3.5 Sonnet by Anthropic for creating expressive content.
16
- - Direct text input or AI-assisted text generation.
17
- - Comparative analysis of different TTS outputs.
18
- - Simple voting mechanism for preferred outputs.
19
-
20
  ## Prerequisites
21
 
22
  - Python >=3.11.11
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.txt](./requirements.txt).
27
 
28
  ## Project Structure
29
 
 
10
 
11
  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.
12
 
 
 
 
 
 
 
 
13
  ## Prerequisites
14
 
15
  - Python >=3.11.11
16
  - pip >=25.0
17
+ - uv >=0.5.29
18
+ - API keys for **Hume AI**, **Anthropic**, and **ElevenLabs**
 
19
 
20
  ## Project Structure
21