ekodi-bambara-tts-female

32
license:apache-2.0
by
ynnov
Audio Model
OTHER
New
32 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Code Examples

ekodi Bambara TTS (Female Voice)pythontransformers
from transformers import VitsModel, AutoTokenizer
import torch

model = VitsModel.from_pretrained("ynnov/ekodi-bambara-tts-female")
tokenizer = AutoTokenizer.from_pretrained("ynnov/ekodi-bambara-tts-female")

model.config.speaking_rate = 0.82

text = "I ni ce"
inputs = tokenizer(text, return_tensors="pt")
with torch.no_grad():
    output = model(**inputs)
waveform = output.waveform[0].numpy()

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.