Voice APIs and AI with IBM Watson


Details
To Follow Along with Coding Exercise:
PLEASE DO THESE BEFORE THE MEETUP
Sign up for Github:
https://github.com/
Please Sign up for an IBM Developer Account
https://www.ibm.com/watson/services/speech-to-text/
Install Nodejs on your Mac or PC
https://nodejs.org/en/download/
Install npx using Node
https://www.npmjs.com/package/npx/tutorial
command "npm install npx"
Install React via npx
https://github.com/facebook/create-react-app/blob/master/README.md#getting-started
Command: "npx create-react-app my-app"
What We Will Be Doing:
This is a very exciting meetup for me because I have been wanted to play with voice recognition and audio for a long time. For this meetup we will be experimenting with Voice Recognition using IBM Watson. I chose to use IBM Watson because it is asynchronous and uses WebSockets, therefore, it is lightning fast, it also uses javascript and you can run it in the browser. So this would be the easiest for us to startup.
*** PLEASE BRING YOUR LAPTOPS***
- Please bring a laptop or computer if you would like to follow along.

Voice APIs and AI with IBM Watson