Spaces:
Running
Running
add organization card
Browse files
README.md
CHANGED
|
@@ -1,10 +1,36 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji: 🔥
|
| 4 |
-
colorFrom: red
|
| 5 |
-
colorTo: purple
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: IOTEverythin
|
|
|
|
|
|
|
|
|
|
| 3 |
sdk: static
|
| 4 |
pinned: false
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# IOTEverythin
|
| 8 |
+
|
| 9 |
+
We build compact, production-oriented text-to-speech voices for conversational AI, with a
|
| 10 |
+
focus on Indian-English for customer-support and website voice assistants.
|
| 11 |
+
|
| 12 |
+
## The Roxi TTS line
|
| 13 |
+
|
| 14 |
+
A family of Indian-English voices fine-tuned from the open MOSS-TTS models. Two tiers: the
|
| 15 |
+
0.1B models run in real time for live agents, and the 1.7B model is for pre-rendered or
|
| 16 |
+
premium-quality audio.
|
| 17 |
+
|
| 18 |
+
| Model | Base | Best for |
|
| 19 |
+
|---|---|---|
|
| 20 |
+
| roxi-tts-v3.1-1.7b | MOSS-TTS-Local 1.7B | Highest quality and intelligibility, offline or premium |
|
| 21 |
+
| roxi-tts-v3.1 | MOSS-TTS-Nano 0.1B | Real-time, current best small voice |
|
| 22 |
+
| roxi-tts-v3 | MOSS-TTS-Nano 0.1B | Earlier single-speaker voice |
|
| 23 |
+
| roxi-tts-v2 | MOSS-TTS-Nano 0.1B | First Roxi release |
|
| 24 |
+
| roxi-tts-v2-onnx | ONNX build of v2 | CPU inference, no transformers dependency |
|
| 25 |
+
| voxi-tts | MOSS-TTS-Nano 0.1B | Original prototype voice |
|
| 26 |
+
|
| 27 |
+
## Focus
|
| 28 |
+
|
| 29 |
+
- Indian-English accent, natural and telephony-aware
|
| 30 |
+
- Small and fast, built on commercially permissive Apache-2.0 base models
|
| 31 |
+
- Single-speaker branded voices for support calls and website assistants
|
| 32 |
+
|
| 33 |
+
## Attribution
|
| 34 |
+
|
| 35 |
+
Models are built on MOSS-TTS (Apache-2.0). Training data includes the IIT-Madras Indic TTS
|
| 36 |
+
English set, used with the required copyright notice shown on each model card.
|