Skip to content

a simple speech recognition app using the Web Speech API Interfaces

Notifications You must be signed in to change notification settings

9jaswag/speechrec

Repository files navigation

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.