Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Shivam6566
/
Samskriti-Svara

Text-to-Speech
Transformers
Safetensors
vits
text-to-audio
audio
samskriti-svara
mms
Model card Files Files and versions
xet
Community
1

Instructions to use Shivam6566/Samskriti-Svara with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Shivam6566/Samskriti-Svara with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-to-speech", model="Shivam6566/Samskriti-Svara")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTextToWaveform
    
    tokenizer = AutoTokenizer.from_pretrained("Shivam6566/Samskriti-Svara")
    model = AutoModelForTextToWaveform.from_pretrained("Shivam6566/Samskriti-Svara")
  • Notebooks
  • Google Colab
  • Kaggle
Samskriti-Svara
145 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
Shivam6566's picture
Shivam6566
Final sync: Technical README, handler.py, and app.py demo
79cb0b8 verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    2.38 kB
    Update: Refined Model Card with integrated technical notes 5 months ago
  • added_tokens.json
    18 Bytes
    Upload TTS model to custom repo 5 months ago
  • app.py
    1.54 kB
    Update: Advanced Technical Model Card and Interactive Demo 5 months ago
  • config.json
    1.65 kB
    Upload TTS model to custom repo 5 months ago
  • generate_speech.py
    1.11 kB
    Upload TTS model to custom repo 5 months ago
  • handler.py
    903 Bytes
    Final sync: Technical README, handler.py, and app.py demo 5 months ago
  • model.safetensors
    145 MB
    xet
    Upload TTS model to custom repo 5 months ago
  • tokenizer_config.json
    694 Bytes
    Upload TTS model to custom repo 5 months ago
  • vocab.json
    413 Bytes
    Upload TTS model to custom repo 5 months ago