Samskriti-Svara
1
license:cc-by-nc-4.0
by
Shivam6566
Audio Model
OTHER
New
0 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Code Examples
Usage Instructionspythontransformers
from transformers import VitsModel, AutoTokenizer
import torch
model = VitsModel.from_pretrained("Shivam6566/Samskriti-Svara")
tokenizer = AutoTokenizer.from_pretrained("Shivam6566/Samskriti-Svara")
text = "Samskriti Svara is now synthesizing this sentence."
inputs = tokenizer(text, return_tensors="pt")
with torch.no_grad():
output = model(**inputs).waveformDeploy 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.