/IBM-Watson-Speech-To-Text

A react app that uses the users microphone, when the user talks the voice is streamed to IBM Watson's speech to text API and returns the it in textual format.

Primary LanguageJavaScript

IBM-Watson-Speech-To-Text

This react app uses the users microphone, when the user talks the voice is streamed to IBM Watson's speech to text API and returns it in textual format.

How to run

First run the server.js

node src/server.js

build and start the react application

npm start

Example

alt text