All Projects → voxell-tech → UnityASR

voxell-tech / UnityASR

Licence: Apache-2.0 License
Automatic Speech Recognition in Unity.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to UnityASR

opensource-voice-tools
A repo listing known open source voice tools, ordered by where they sit in the voice stack
Stars: ✭ 21 (+50%)
Mutual labels:  speech-recognition, stt, asr
sova-asr
SOVA ASR (Automatic Speech Recognition)
Stars: ✭ 123 (+778.57%)
Mutual labels:  speech-recognition, stt, asr
speech-recognition-evaluation
Evaluate results from ASR/Speech-to-Text quickly
Stars: ✭ 25 (+78.57%)
Mutual labels:  speech-recognition, stt, asr
leopard
On-device speech-to-text engine powered by deep learning
Stars: ✭ 354 (+2428.57%)
Mutual labels:  speech-recognition, stt, asr
demo vietasr
Vietnamese Speech Recognition
Stars: ✭ 22 (+57.14%)
Mutual labels:  speech-recognition, stt, asr
scripty
Speech to text bot for Discord using Mozilla's DeepSpeech
Stars: ✭ 14 (+0%)
Mutual labels:  speech-recognition, stt
wenet
Production First and Production Ready End-to-End Speech Recognition Toolkit
Stars: ✭ 2,384 (+16928.57%)
Mutual labels:  speech-recognition, asr
syn-speech-samples
An application that demostrate the usage of Syn.Speech library for Speech Recognition
Stars: ✭ 24 (+71.43%)
Mutual labels:  speech-recognition, asr
spokestack-ios
Spokestack: give your iOS app a voice interface!
Stars: ✭ 27 (+92.86%)
Mutual labels:  speech-recognition, asr
ctc-asr
End-to-end trained speech recognition system, based on RNNs and the connectionist temporal classification (CTC) cost function.
Stars: ✭ 112 (+700%)
Mutual labels:  speech-recognition, asr
open-speech-corpora
💎 A list of accessible speech corpora for ASR, TTS, and other Speech Technologies
Stars: ✭ 841 (+5907.14%)
Mutual labels:  speech-recognition, stt
deepspeech.mxnet
A MXNet implementation of Baidu's DeepSpeech architecture
Stars: ✭ 82 (+485.71%)
Mutual labels:  speech-recognition, stt
rustfst
Rust re-implementation of OpenFST - library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). A Python binding is also available.
Stars: ✭ 104 (+642.86%)
Mutual labels:  speech-recognition, asr
PCPM
Presenting Collection of Pretrained Models. Links to pretrained models in NLP and voice.
Stars: ✭ 21 (+50%)
Mutual labels:  speech-recognition, asr
End-to-End-Mandarin-ASR
End-to-end speech recognition on AISHELL dataset.
Stars: ✭ 20 (+42.86%)
Mutual labels:  speech-recognition, asr
kaldi-long-audio-alignment
Long audio alignment using Kaldi
Stars: ✭ 21 (+50%)
Mutual labels:  speech-recognition, asr
lightning-asr
Modular and extensible speech recognition library leveraging pytorch-lightning and hydra.
Stars: ✭ 36 (+157.14%)
Mutual labels:  speech-recognition, asr
vosk-model-ru-adaptation
No description or website provided.
Stars: ✭ 19 (+35.71%)
Mutual labels:  speech-recognition, asr
speech-recognition
SDKs and docs for Skit's speech to text service
Stars: ✭ 20 (+42.86%)
Mutual labels:  speech-recognition, asr
kospeech
Open-Source Toolkit for End-to-End Korean Automatic Speech Recognition leveraging PyTorch and Hydra.
Stars: ✭ 456 (+3157.14%)
Mutual labels:  speech-recognition, asr

Unity Automatic Speech Recognition

Discalimer: Currently, the AutomaticSpeechRecognition.cs script is not working as intended. For some reasons, it couldn't recognize a single word I say. Please make a pull request if you figured out how to solve this issue!

What does this package contatins??

This package provides a fully functional cross platform Automatic Speech Recognition using deep learning models intergrated in Unity with C#!!! Anyone can use this package in any way they want as long as they credit the author(s) and also respect the license agreement.

DeepSpeech

DeepSpeech is used as the backend of this package. In order to use DeepSpeech, the source code had to be copied manually as there are some unwanted stuffs in the DLL package.

Installation

This package depends on:

  1. Clone the UnityUtil repository into your project's Packages folder.
  2. Download the unitypackage dependencies from Google Drive and extract it into Unity.
  3. Clone this repository into your project's Packages folder.
  4. In Unity, go into native/DeepSpeechClient, you can choose either CPU or GPU version of DeepSpeech, GPU version is way faster than CPU inferencing.
  5. And you are ready to go!

Support the project!

patreon kofi

Join the community!

discord

License

This repository as a whole is licensed under the GNU Public License, Version 3. Individual files may have a different, but compatible license.

See license file for details.

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].