Simplify Adding AI to Your Apps — Core ML Say Hello to Watson

Simplify Adding AI to Your Apps — Core ML Say Hello to Watson

  • March 23, 2018
Table of Contents

Simplify Adding AI to Your Apps — Core ML Say Hello to Watson

IBM Watson just announced the ability to run Visual Recognition models locally on iOS as Core ML models. I’m very excited. Before now, it was fairly easy to integrate a visual recognition system into your iOS app by just downloading a model from Apple.

However, the models you can use are very cookie cutter and specific to a standard set of items that it can recognize (cars, people, animals, fruit, etc).But what if you wanted to have a model that could recognize items for a use case specific to you?

Source: hackernoon.com

Tags :
Share :
comments powered by Disqus

Related Posts

Bring Deep Learning Algorithms To Your Security Cameras

Bring Deep Learning Algorithms To Your Security Cameras

AI is quickly revolutionizing the security camera industry. Several manufacturers sell cameras which use deep learning to detect cars, people, and other events. These smart cameras are generally expensive though, compared to their “dumb” counterparts.

Read More
Deploy TensorFlow models

Deploy TensorFlow models

Don’t follow the TensorFlow docs since they explain how to setup a docker image and compile TF serving that takes forever. We can do much better. Some guy made a docker image with everything already compile on it, so we are going to use that one.

Read More