All Projects → GoodSpeech → good-speech-web-client

GoodSpeech / good-speech-web-client

Licence: MIT license
Practice your speech level in any language using speech recognition

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to good-speech-web-client

Cn2an
📦 快速转化「中文数字」和「阿拉伯数字」~ (最新特性:分数,日期、温度等转化)
Stars: ✭ 249 (+857.69%)
Mutual labels:  speech-recognition
pronuncify
automate incrementally producing word pronunciation recordings for Wiktionary through Wikimedia Commons
Stars: ✭ 23 (-11.54%)
Mutual labels:  pronunciation
TextNormalizationCoveringGrammars
Covering grammars for English and Russian text normalization
Stars: ✭ 60 (+130.77%)
Mutual labels:  speech-recognition
Automatic speech recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
Stars: ✭ 2,751 (+10480.77%)
Mutual labels:  speech-recognition
cmu-pronouncing-dictionary
The 134,000+ words and their pronunciations in the CMU pronouncing dictionary
Stars: ✭ 46 (+76.92%)
Mutual labels:  pronunciation
idear
🎙️ Handsfree Audio Development Interface
Stars: ✭ 84 (+223.08%)
Mutual labels:  speech-recognition
Speechbrain.github.io
The SpeechBrain project aims to build a novel speech toolkit fully based on PyTorch. With SpeechBrain users can easily create speech processing systems, ranging from speech recognition (both HMM/DNN and end-to-end), speaker recognition, speech enhancement, speech separation, multi-microphone speech processing, and many others.
Stars: ✭ 242 (+830.77%)
Mutual labels:  speech-recognition
obvi
A Polymer 3+ webcomponent / button for doing speech recognition
Stars: ✭ 54 (+107.69%)
Mutual labels:  speech-recognition
wikipron
Massively multilingual pronunciation mining
Stars: ✭ 167 (+542.31%)
Mutual labels:  pronunciation
pronunciation-finder
An application for getting audio mp3 files with pronunciation from Oxford Learner's Dictionary, Cambridge and Macmillan Dictionaries
Stars: ✭ 20 (-23.08%)
Mutual labels:  pronunciation
cpwp
Chinese Programmer Wrong Pronunciation
Stars: ✭ 42 (+61.54%)
Mutual labels:  pronunciation
Britfone
British English pronunciation dictionary
Stars: ✭ 66 (+153.85%)
Mutual labels:  pronunciation
UHV-OTS-Speech
A data annotation pipeline to generate high-quality, large-scale speech datasets with machine pre-labeling and fully manual auditing.
Stars: ✭ 94 (+261.54%)
Mutual labels:  speech-recognition
Speech recognition with tensorflow
Implementation of a seq2seq model for Speech Recognition using the latest version of TensorFlow. Architecture similar to Listen, Attend and Spell.
Stars: ✭ 253 (+873.08%)
Mutual labels:  speech-recognition
TF-Speech-Recognition-Challenge-Solution
Source code of the model used in Tensorflow Speech Recognition Challenge (https://www.kaggle.com/c/tensorflow-speech-recognition-challenge). The solution ranked in top 5% in private leaderboard.
Stars: ✭ 58 (+123.08%)
Mutual labels:  speech-recognition
Zeroth
Kaldi-based Korean ASR (한국어 음성인식) open-source project
Stars: ✭ 248 (+853.85%)
Mutual labels:  speech-recognition
Chinese Programmer Wrong Pronunciation
中国程序员容易发音错误的单词
Stars: ✭ 14,766 (+56692.31%)
Mutual labels:  pronunciation
revai-python-sdk
Rev AI Python SDK
Stars: ✭ 35 (+34.62%)
Mutual labels:  speech-recognition
anycontrol
Voice control for your websites and applications
Stars: ✭ 53 (+103.85%)
Mutual labels:  speech-recognition
megs
A merged version of multiple open-source German speech datasets.
Stars: ✭ 21 (-19.23%)
Mutual labels:  speech-recognition

Build Status codecov License: MIT

Good Speech

Practice your speech level in any language

Live example: goodspeech.github.io/good-speech-web-client

About

Good speech gives you an estimation of your pronunciation level in most of the languages supported by google's API speech recognition integrated in Chrome browser.

This project was born as an idea to reuse some of the javascript libraries published by @sljavi after his thesis Hands Free For Web, an accessibility tool which allows to browse the web using only your voice. Please check the project.

Installation

git clone [email protected]:GoodSpeech/good-speech-web-client.git
cd good-speech-web-client
yarn

Serve the app locally

yarn start

Tests

Run tests

yarn test

Debug tests

yarn debug

Run tests with coverage

yarn coverage

App commands

Command Description
yarn generate:translation Translations for the web application in every available language
yarn generate:content Random content used as text to read by the user. Currently based in the Universal Declaration of Human Rights
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].