All Projects → 9jaswag → speechrec

9jaswag / speechrec

Licence: other
a simple speech recognition app using the Web Speech API Interfaces

Programming Languages

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

Projects that are alternatives of or similar to speechrec

react-native-spokestack
Spokestack: give your React Native app a voice interface!
Stars: ✭ 53 (+194.44%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text, speech-processing, speech-api
spokestack-ios
Spokestack: give your iOS app a voice interface!
Stars: ✭ 27 (+50%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text, speech-processing, speech-api
open-speech-corpora
💎 A list of accessible speech corpora for ASR, TTS, and other Speech Technologies
Stars: ✭ 841 (+4572.22%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text, speech-processing
anycontrol
Voice control for your websites and applications
Stars: ✭ 53 (+194.44%)
Mutual labels:  speech-recognition, speech-to-text, speech-api
Speech-Backbones
This is the main repository of open-sourced speech technology by Huawei Noah's Ark Lab.
Stars: ✭ 205 (+1038.89%)
Mutual labels:  speech-synthesis, speech-recognition, speech-processing
spokestack-android
Extensible Android mobile voice framework: wakeword, ASR, NLU, and TTS. Easily add voice to any Android app!
Stars: ✭ 52 (+188.89%)
Mutual labels:  speech-synthesis, speech-recognition, speech-api
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 (+1244.44%)
Mutual labels:  speech-recognition, speech-to-text, speech-processing
Java Speech Api
The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
Stars: ✭ 490 (+2622.22%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
Nemo
NeMo: a toolkit for conversational AI
Stars: ✭ 3,685 (+20372.22%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
Artyom.js
A voice control - voice commands - speech recognition and speech synthesis javascript library. Create your own siri,google now or cortana with Google Chrome within your website.
Stars: ✭ 1,011 (+5516.67%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
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 (+94.44%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
Spokestack Python
Spokestack is a library that allows a user to easily incorporate a voice interface into any Python application.
Stars: ✭ 103 (+472.22%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
Kalliope
Kalliope is a framework that will help you to create your own personal assistant.
Stars: ✭ 1,509 (+8283.33%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
leon
🧠 Leon is your open-source personal assistant.
Stars: ✭ 8,560 (+47455.56%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
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 (+177.78%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
Naomi
The Naomi Project is an open source, technology agnostic platform for developing always-on, voice-controlled applications!
Stars: ✭ 171 (+850%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
speech to text
how to use the Google Cloud Speech API to transcribe audio/video files.
Stars: ✭ 35 (+94.44%)
Mutual labels:  speech-recognition, speech-to-text, speech-api
Zzz Retired openstt
RETIRED - OpenSTT is now retired. If you would like more information on Mycroft AI's open source STT projects, please visit:
Stars: ✭ 146 (+711.11%)
Mutual labels:  speech-recognition, speech-to-text, speech-processing
Openseq2seq
Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
Stars: ✭ 1,378 (+7555.56%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text
Awesome Ai Services
An overview of the AI-as-a-service landscape
Stars: ✭ 133 (+638.89%)
Mutual labels:  speech-synthesis, speech-recognition, speech-to-text

Speechrec

A simple speech recognition app using the Web Speech API Interfaces

Getting Started

Clone the repository

$ git clone [email protected]:9jaswag/speechrec.git

Change directory

$ cd speechrec

Run the application

Start a server in the speechrec directory and visit the link in your browser.

Lite Server is a simple development server you can use to run the app. If you have Lite Server, simply run:

$ lite-server

It will open up the app in your default browser.

Web Server for Chrome is another tool you can serve the app with.

Built With

  • Web Speech API: The Web Speech API makes web apps able to handle voice data.
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].