Nicholas Bourdakos | Devoxx

Nicholas Bourdakos
Nicholas Bourdakos Twitter

From IBM

🥑 Developer Advocate @IBM · Creator of Cloud Annotations · Teaching people about Computer Vision 👀

Blog: http://cloud.annotations.ai

bigd Big Data, Machine Learning, AI & Analytics

Real-Time Object Detection in the Browser with TensorFlow.js

Hands-on Labs

Whether you are counting cars on a road or people stranded on rooftops in a natural disaster, there are plenty of use cases for object detection. Often times, pre-trained object detection models do not suit our needs and we need to create our own custom models.

How can we utilize machine learning to train our own custom model without substantive computing power and time? Answer: Watson Machine Learning.

How can we leverage our custom trained model to detect object’s, in real-time, with complete user privacy, all in the browser? Answer: TensorFlow.js.

In this workshop, you will create a web app that does just that. You will learn how to create an IBM Cloud Object Storage instance to store your labeled data. Once your data is ready, you will learn how to spin up a Watson Machine Learning instance to train your own custom model on top-of-the-line GPUs. After your model has completed training, you can simply plug the TensorFlow.js model into your react application.