aiji-logo

A curated collection of inspirational AI-powered JavaScript apps

footer-icon

Built by Elle, Asim, Osama - hosted on Azure

Tensorflow, MobileNet and I'm Fine


Search for images using unsplash and then use the mobilenet tensorflow.js model to try to figure out exactly what's in the image?

DemoCodeLink

  • TensorFlow.js
  • MobileNet
  • Computer Vision

Use the Unsplash API to find images based on a search term. Then uses the MobileNet Tensorflow.js model which tries to guess what's in the image.

There are now some pretty advanced APIs where you can pass an image and it will tell you whats in it. Using mobilenet you can do the same but all locally in your browser.

Ok, it's not as good as the APIs but it's local and it doesn't require a network connection. You could imagine using MobileNet locally, and then if it does identify something interesting in the image you can pass it to a more powerfull API to find out more.