Skip to main content

Advanced on-device Vietnamese TTS with instant voice cloning

Project description

🦜 VieNeu-TTS

VieNeu-TTS is an advanced on-device Vietnamese Text-to-Speech (TTS) model with instant voice cloning and English-Vietnamese bilingual support.

Hugging Face v2 Turbo License

✨ Key Features

  • Bilingual (English-Vietnamese): Seamless transitions between languages (Code-switching) in version 2.0+.
  • Ultra-Fast Turbo Mode: Optimized for CPU/Mobile using GGUF and ONNX. No dedicated GPU required!
  • Instant Voice Cloning: Clone any voice with just 3-5s of reference audio (GPU mode).
  • Production Ready: High-fidelity 24 kHz audio generation, fully offline.
  • AI Identification: Built-in audio watermarking for responsible AI use.

📦 Quick Install

# Minimal installation (Turbo/CPU Only)
pip install vieneu

# Optional: Pre-built llama-cpp-python for CPU (if building fails)
pip install vieneu --extra-index-url https://pnnbao97.github.io/llama-cpp-python-v0.3.16/cpu/

# Optional: macOS Metal acceleration
pip install vieneu --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/metal/

🚀 Quick Start (Python SDK)

The SDK now defaults to Turbo mode for maximum out-of-the-box compatibility.

from vieneu import Vieneu

# Initialize - Minimal dependencies required!
tts = Vieneu()

# Synthesis with Bilingual support (Vietnamese + English)
text = "Trước đây, hệ thống điện chủ yếu sử dụng direct current, nhưng Tesla đã chứng minh rằng alternating current is more efficient."
audio = tts.infer(text=text)

# Save output
tts.save(audio, "output.wav")
print("💾 Saved synthesis to output.wav")

Advanced Usage (Remote API)

Connect to a remote VieNeu-TTS server without loading heavy models locally:

tts = Vieneu(mode='remote', api_base='http://your-server:23333/v1')
audio = tts.infer(text="Xin chào!")

🔬 Model Overview

Model Format Device Bilingual Cloning Speed
VieNeu-v2-Turbo GGUF/ONNX CPU/GPU ❌ (Ssoon) Extreme
VieNeu-TTS-v2 PyTorch GPU Standard (Ssoon)
VieNeu-TTS 0.3B PyTorch GPU/CPU Very Fast
VieNeu-TTS PyTorch GPU/CPU Standard

🤝 Support & Links


Made with ❤️ for the Vietnamese TTS community

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vieneu-2.1.1.tar.gz (1.0 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vieneu-2.1.1-py3-none-any.whl (1.0 MB view details)

Uploaded Python 3

File details

Details for the file vieneu-2.1.1.tar.gz.

File metadata

  • Download URL: vieneu-2.1.1.tar.gz
  • Upload date:
  • Size: 1.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for vieneu-2.1.1.tar.gz
Algorithm Hash digest
SHA256 86fbefc436a2a27ccb6cd6b984323832405a22fae0cc4de44c9056080fab3b81
MD5 0dd820205757d7edbde5562f099e2d87
BLAKE2b-256 a0beb5bb5a06bc682b9a5e5a7dd783de58ab8f169cc5f6a75e2ab4f4dce0eb82

See more details on using hashes here.

File details

Details for the file vieneu-2.1.1-py3-none-any.whl.

File metadata

  • Download URL: vieneu-2.1.1-py3-none-any.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for vieneu-2.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b21ece9406b9ffcf25a6dd42af2854ade60d91ef69f1a75aa89a0cb13ed572a3
MD5 f5e972acc8298153bd3fa633dc183941
BLAKE2b-256 1d5b7eab4b585af0527156decf2903729bfdc2146174248ff38af30a13eb7ee5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page