Skip to content

abstractionhere/speech-to-text-web-api-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech to text app using Browser API

The app is created using ReactJS, Learn More from the official docs.

To achieve the result inbuilt browser SpeechRecognition api is used. Learn more on official MDN Docs

Download and install

Download

git clone https://github.com/abstractionhere/speech-to-text-web-api-react
cd speech-to-text-web-api-react

Installation

npm install

Running the app

npm start

Open http://localhost:3000 in your browser

Video Tutorial: https://youtu.be/ZxrkdoUpcyE

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.6%
  • HTML 30.1%
  • CSS 14.3%