I'm creating a course called "Machine Learning in JavaScript for Absolute Beginners" to teach us JavaScript developers Machine Learning with TensorFlow.js, please support the Kickstarter here https://www.kickstarter.com/projects/...
I've always wondered what if you could create your own "Ok Google"? Like "Ok Asim". Now with TensorFlow.js, you can, TensorFlow.js is considered ML on the Edge, the Browser is the Edge. Data isn't getting sent to some server somewhere and processed through an ML model, it's getting run through an ML model locally in the browser, nice and secure.
Last week I showed you how to use the speechCommands pre-trained model and we built an ML model that could be trained to recognise two "tones" and then move a slider left or right if it heard that tone.
This is part 2 of a tutorial.
Part 1: • How to build an "Ok Asim" AI in JavaS...
Part 2: • How to build an "Ok Asim" AI in JavaS...