All Projects → Tinkoff → voicekit-examples

Tinkoff / voicekit-examples

Licence: Apache-2.0 License
Examples on how to use Tinkoff Voicekit

Programming Languages

C#
18002 projects
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
go
31211 projects - #10 most used programming language
swift
15916 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to voicekit-examples

react-native-spokestack
Spokestack: give your React Native app a voice interface!
Stars: ✭ 53 (+51.43%)
Mutual labels:  speech-synthesis, speech-recognition
spokestack-android
Extensible Android mobile voice framework: wakeword, ASR, NLU, and TTS. Easily add voice to any Android app!
Stars: ✭ 52 (+48.57%)
Mutual labels:  speech-synthesis, speech-recognition
web-speech-cognitive-services
Polyfill Web Speech API with Cognitive Services Bing Speech for both speech-to-text and text-to-speech service.
Stars: ✭ 35 (+0%)
Mutual labels:  speech-synthesis, speech-recognition
Naomi
The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
Stars: ✭ 171 (+388.57%)
Mutual labels:  speech-synthesis, speech-recognition
Speech-Backbones
This is the main repository of open-sourced speech technology by Huawei Noah's Ark Lab.
Stars: ✭ 205 (+485.71%)
Mutual labels:  speech-synthesis, speech-recognition
Lingvo
Lingvo
Stars: ✭ 2,361 (+6645.71%)
Mutual labels:  speech-synthesis, speech-recognition
speechrec
a simple speech recognition app using the Web Speech API Interfaces
Stars: ✭ 18 (-48.57%)
Mutual labels:  speech-synthesis, speech-recognition
Spokestack Python
Spokestack is a library that allows a user to easily incorporate a voice interface into any Python application.
Stars: ✭ 103 (+194.29%)
Mutual labels:  speech-synthesis, speech-recognition
open-speech-corpora
💎 A list of accessible speech corpora for ASR, TTS, and other Speech Technologies
Stars: ✭ 841 (+2302.86%)
Mutual labels:  speech-synthesis, speech-recognition
ml-with-audio
HF's ML for Audio study group
Stars: ✭ 104 (+197.14%)
Mutual labels:  speech-synthesis, speech-recognition
porfir
Голосовой ассистент Порфирьевич
Stars: ✭ 23 (-34.29%)
Mutual labels:  speech-synthesis, speech-recognition
TinyCog
Small Robot, Toy Robot platform
Stars: ✭ 29 (-17.14%)
Mutual labels:  speech-synthesis, speech-recognition
Awesome Ai Services
An overview of the AI-as-a-service landscape
Stars: ✭ 133 (+280%)
Mutual labels:  speech-synthesis, speech-recognition
idear
🎙️ Handsfree Audio Development Interface
Stars: ✭ 84 (+140%)
Mutual labels:  speech-synthesis, speech-recognition
Kalliope
Kalliope is a framework that will help you to create your own personal assistant.
Stars: ✭ 1,509 (+4211.43%)
Mutual labels:  speech-synthesis, speech-recognition
Khronos
The open source intelligent personal assistant
Stars: ✭ 25 (-28.57%)
Mutual labels:  speech-synthesis, speech-recognition
Cross vc
Cross-lingual Voice Conversion
Stars: ✭ 91 (+160%)
Mutual labels:  speech-synthesis, speech-recognition
Openseq2seq
Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
Stars: ✭ 1,378 (+3837.14%)
Mutual labels:  speech-synthesis, speech-recognition
AmazonSpeechTranslator
End-to-end Solution for Speech Recognition, Text Translation, and Text-to-Speech for iOS using Amazon Translate and Amazon Polly as AWS Machine Learning managed services.
Stars: ✭ 50 (+42.86%)
Mutual labels:  speech-synthesis, speech-recognition
spokestack-ios
Spokestack: give your iOS app a voice interface!
Stars: ✭ 27 (-22.86%)
Mutual labels:  speech-synthesis, speech-recognition

Tinkoff VoiceKit Examples

https://voicekit.tinkoff.ru

Usage

Clone this repo

$ git clone --recursive https://github.com/Tinkoff/voicekit-examples.git
$ cd voicekit-examples

Setup environment

Set VOICEKIT_API_KEY and VOICEKIT_SECRET_KEY environment variables to your API key and secret key to authenticate your requests to VoiceKit:

export VOICEKIT_API_KEY="Your API key"
export VOICEKIT_SECRET_KEY="Your secret key"

You may get scope tinkoff.cloud.tts is not supported error if your API key does not support speech synthesis. Write us a letter at https://voicekit.tinkoff.ru to enable speech synthesis for you API key.

Language specific instructions

Follow language specific instructions in the related folder in repository root. E.g. for Python scripts, open python/README.md. Here is a list of links to instructions for supported languages:

If you can't find your favorite language here, don't worry: consult gRPC docs for a list of its supported languages and when you are ready dive into Protobuf definitions inside apis/ folder.

Note on endpoint format

Use api.tinkoff.ai:443. Unencrypted endpoints (with port 80) are not available.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].