Instructions to use ai4bharat/indic-seamless with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ai4bharat/indic-seamless with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="ai4bharat/indic-seamless")# Load model directly from transformers import AutoTokenizer, AutoModelForSpeechSeq2Seq tokenizer = AutoTokenizer.from_pretrained("ai4bharat/indic-seamless") model = AutoModelForSpeechSeq2Seq.from_pretrained("ai4bharat/indic-seamless") - Notebooks
- Google Colab
- Kaggle
How to run Nemo Forced Aligner on indic conformer ASR model ?
1
#5 opened 10 months ago
by
StephennFernandes
Between Indic-Conformer, IndicF5 and Indic-Seamless - which one should I use for latest TTS
#4 opened 11 months ago
by
akshaymishra14
Is there a small model release for on device inference?
1
#3 opened over 1 year ago
by
trysem