Instructions to use actorcritic/IndicF5_Bangladeshi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- F5-TTS
How to use actorcritic/IndicF5_Bangladeshi with F5-TTS:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
IndicF5 Fine-tuned on Custom Dataset
This model is a fine-tuned version of ai4bharat/IndicF5 on a custom dataset.
Usage
from transformers import AutoModel
import soundfile as sf
# Load your fine-tuned model
model = AutoModel.from_pretrained("actorcritic/IndicF5_Bangladeshi", trust_remote_code=True)
# Generate speech
audio = model(
"আপনার টেক্সট এখানে লিখুন", # Your text in your language
ref_audio_path="path/to/reference.wav",
ref_text="reference text here"
)
sf.write("output.wav", audio, samplerate=24000)
- Downloads last month
- 44
Model tree for actorcritic/IndicF5_Bangladeshi
Base model
ai4bharat/IndicF5