commit a71c34941889556bcb4a16016669b928361141fc Author: elmadani Date: Wed Feb 25 00:53:21 2026 +0000 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..6bd6019 --- /dev/null +++ b/README.md @@ -0,0 +1,43 @@ +# IX Voice +*Part of the Inference-X Ecosystem* + +[![License: BSL-1.1](https://img.shields.io/badge/License-BSL_1.1-orange.svg)](LICENSE) +[![Part of IX](https://img.shields.io/badge/Inference--X-ecosystem-copper.svg)](https://inference-x.com) + +**Neural voice synthesis. Clone, create, share voice models.** +Same philosophy as IX Engine: **local, private, yours.** + +## What it does +- Analyze voice characteristics from a WAV sample (Z-equation based) +- Synthesize speech with cloned vocal profile +- Zero cloud dependency โ€” runs entirely on your hardware +- Export and share voice models with the community + +## Quick Start +```bash +pip install fastapi uvicorn numpy +python ix_voice.py +# โ†’ API running at http://localhost:8000 +``` + +## API Endpoints +``` +POST /synthesize โ€” Clone voice + synthesize speech from WAV + text +GET /health โ€” System status +``` + +## Philosophy +Your voice is yours. No cloud upload. No subscription. +Signal processing on your own silicon, powered by the Z-equation. + +``` +Z = dI/d(log s) * exp(i*theta) +``` + +Built in Morocco for the world. ๐Ÿ‡ฒ๐Ÿ‡ฆ + +## 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