heep-indic
20
1
license:apache-2.0
by
bc7ec356
Audio Model
OTHER
New
20 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Transcribe from file pathpythonpytorch
import torch
from qwen_asr import Qwen3ASRModel
# Load model with Transformers backend
asr = Qwen3ASRModel.from_pretrained(
"bc7ec356/heep-indic",
dtype=torch.bfloat16,
device_map="cuda:0",
)
# Transcribe
results = asr.transcribe(
audio="path/to/audio.wav",
language="Hindi",
)
print(results[0].text)Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.