docs: professional README — Feb 2026
This commit is contained in:
parent
52ce9940aa
commit
d20cd51c91
65
README.md
65
README.md
@ -1,40 +1,51 @@
|
|||||||
|
<div align="center">
|
||||||
|
|
||||||
# IX Voice
|
# IX Voice
|
||||||
*Part of the Inference-X Ecosystem*
|
|
||||||
|
|
||||||
[](LICENSE)
|
**Neural voice synthesis — local, private, yours**
|
||||||
[](https://inference-x.com)
|
|
||||||
|
|
||||||
**Neural voice synthesis. Clone, create, share voice models.**
|
[]()
|
||||||
Same philosophy as IX Engine: **local, private, yours.**
|
|
||||||
|
|
||||||
## What it does
|
[inference-x.com](https://inference-x.com)
|
||||||
- Synthesize speech with cloned vocal profile
|
|
||||||
- Zero cloud dependency — runs entirely on your hardware
|
</div>
|
||||||
- Export and share voice models with the community
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## What is IX Voice?
|
||||||
|
|
||||||
|
IX Voice is a local neural text-to-speech and voice cloning system built on Inference-X. Your voice data never leaves your device.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- **Text-to-speech** — high-quality synthesis from any text
|
||||||
|
- **Voice cloning** — clone any voice from 5 seconds of audio
|
||||||
|
- **OpenAI TTS API compatible** — drop-in replacement
|
||||||
|
- **30+ languages** — multilingual synthesis
|
||||||
|
- **No cloud** — 100% local processing
|
||||||
|
|
||||||
|
## Quick start
|
||||||
|
|
||||||
## Quick Start
|
|
||||||
```bash
|
```bash
|
||||||
pip install fastapi uvicorn numpy
|
# Basic TTS
|
||||||
python ix_voice.py
|
./ix-voice speak "Hello, world!" --voice en-female-01
|
||||||
# → API running at http://localhost:8000
|
|
||||||
|
# Clone a voice
|
||||||
|
./ix-voice clone speaker.wav --name my-voice
|
||||||
|
./ix-voice speak "Custom voice" --voice my-voice
|
||||||
|
|
||||||
|
# API server (OpenAI compatible)
|
||||||
|
./ix-voice --serve 8181
|
||||||
```
|
```
|
||||||
|
|
||||||
## API Endpoints
|
## Supported languages
|
||||||
```
|
|
||||||
POST /synthesize — Clone voice + synthesize speech from WAV + text
|
|
||||||
GET /health — System status
|
|
||||||
```
|
|
||||||
|
|
||||||
## Philosophy
|
Arabic · Chinese · Dutch · English · French · German · Hindi · Italian · Japanese · Korean · Polish · Portuguese · Russian · Spanish · Swedish · Turkish · Vietnamese · and more
|
||||||
Your voice is yours. No cloud upload. No subscription.
|
|
||||||
|
|
||||||
```
|
## Status
|
||||||
```
|
|
||||||
|
|
||||||
Built in Morocco for the world. 🇲🇦
|
Alpha — basic TTS working, voice cloning in development.
|
||||||
|
|
||||||
## License
|
---
|
||||||
[Business Source License 1.1](LICENSE) — Free for personal/research/non-commercial use.
|
|
||||||
Commercial production use above $1M revenue requires a license.
|
|
||||||
|
|
||||||
**Author:** Salka Elmadani · Elmadani.SALKA@proton.me
|
*Part of the [Inference-X community](https://git.inference-x.com/inference-x-community)*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user