Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pavelsjo/photoicon

Object detection from photos to text using tensorflowjs and find icons.
https://github.com/pavelsjo/photoicon

Last synced: about 1 month ago
JSON representation

Object detection from photos to text using tensorflowjs and find icons.

Awesome Lists containing this project

README

        

# photoicon - [DEMO](https://pavelsjo.github.io/photoicon/)

Object detection from pictures to text using tensorflow js to look for icons using tensorflow js.

![img](img/init-example.jpg)

This is an experimental icon finder based on object detection using tensorflow JS, the approach is very simple, you need take a picture from camera and converted to tensor for prediccion.

The model is based in imagenet-inception_v3 and return 1000+ objects [labels](labels.js).

![img](img/mouse-example.png)

Those labels was used to looking for icons using api.

## Limitations

The number of possible icons is limited to the number of labels in imagenet.