9jaswag / speechrec

a simple speech recognition app using the Web Speech API Interfaces

Home Page:https://9jaswag.github.io/speechrec/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speechrec

A simple speech recognition app using the Web Speech API Interfaces

Getting Started

Clone the repository

$ git clone git@github.com: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.

About

a simple speech recognition app using the Web Speech API Interfaces

https://9jaswag.github.io/speechrec/


Languages

Language:JavaScript 77.1%Language:CSS 15.1%Language:HTML 7.8%