oscar-defelice / object-recognition-js

A smart webcam in JavaScript with a pre-trained Machine Learning model

Home Page:https://oscar-defelice.github.io/object-recognition-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object Recognition by webcam

A smart webcam in JavaScript with a pre-trained Machine Learning model.


Introduction

This repository contains the code useful to publish a web API to take advantage of the webcam to perform object recognition. The model is a pretrained model (coco-ssd) deployed in tensorflowjs.

The model

This model detects objects defined in the COCO dataset, which is a large-scale object detection, segmentation, and captioning dataset. You can find more information here. The model is capable of detecting $80$ classes of objects. (SSD stands for Single Shot MultiBox Detection).

Usage

Simply open the webpage and enjoy!

About

A smart webcam in JavaScript with a pre-trained Machine Learning model

https://oscar-defelice.github.io/object-recognition-js/

License:GNU General Public License v3.0


Languages

Language:CSS 50.7%Language:JavaScript 32.1%Language:HTML 17.1%