Add indic-tts skill - Indian TTS for everyone#28
Open
ankitjh4 wants to merge 1 commit intozocomputer:mainfrom
Open
Add indic-tts skill - Indian TTS for everyone#28ankitjh4 wants to merge 1 commit intozocomputer:mainfrom
ankitjh4 wants to merge 1 commit intozocomputer:mainfrom
Conversation
- Added sarvam-ai based TTS skill supporting 11 Indian languages - Includes API key enforcement via SARVAM_API_KEY secret - Features 30+ voices with Bulbul v3 model - Closes: adding Indian language TTS support to Zo skills
Collaborator
|
Please clean up the packaging and resubmit.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds comprehensive Indian AI toolkit using Sarvam AI - a Bangalore-based AI company building models specifically for Indian languages.
About Sarvam AI
Sarvam AI is an Indian AI company building foundational models and APIs optimized for Indian languages. They provide state-of-the-art models for speech and text processing in 10+ Indian languages including Hindi, Bengali, Tamil, Telugu, Gujarati, Kannada, Malayalam, Marathi, Punjabi, Odia, and English.
Get API key: https://dashboard.sarvam.ai (free tier available)
Features
1. Text-to-Speech (TTS)
2. Document Intelligence
3. Text Processing
4. Speech-to-Text with Translation
Three modes for different use cases:
Scripts
Setup
Add SARVAM_API_KEY to Zo secrets at Settings > Advanced
Changes