Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,7 @@ It is fast enough to generate an entire 1-hour audiobook in just **3 seconds** o
|
|
| 24 |
- **Language(s):** Hebrew (Primary), English
|
| 25 |
- **Model Type:** Text-to-Speech (TTS)
|
| 26 |
- **Demo & Website:** [https://lightbluetts.com/](https://lightbluetts.com/)
|
|
|
|
| 27 |
|
| 28 |
## Key Features
|
| 29 |
|
|
@@ -54,4 +55,9 @@ LightBlue is optimized for extreme speed without sacrificing naturalness:
|
|
| 54 |
|
| 55 |
## How to Get Started
|
| 56 |
|
| 57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
- **Language(s):** Hebrew (Primary), English
|
| 25 |
- **Model Type:** Text-to-Speech (TTS)
|
| 26 |
- **Demo & Website:** [https://lightbluetts.com/](https://lightbluetts.com/)
|
| 27 |
+
- **GitHub Repository:** [https://github.com/maxmelichov/Light-BlueTTS](https://github.com/maxmelichov/Light-BlueTTS)
|
| 28 |
|
| 29 |
## Key Features
|
| 30 |
|
|
|
|
| 55 |
|
| 56 |
## How to Get Started
|
| 57 |
|
| 58 |
+
To use this model, you can clone the official GitHub repository and install the requirements:
|
| 59 |
+
|
| 60 |
+
```bash
|
| 61 |
+
git clone [https://github.com/maxmelichov/Light-BlueTTS.git](https://github.com/maxmelichov/Light-BlueTTS.git)
|
| 62 |
+
cd Light-BlueTTS
|
| 63 |
+
pip install -r requirements.txt
|