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

https://github.com/crizmo/tfjs-object-detection

Basic demo of object detection using tensorflow js
https://github.com/crizmo/tfjs-object-detection

Last synced: about 2 months ago
JSON representation

Basic demo of object detection using tensorflow js

Awesome Lists containing this project

README

          

# Object Detection using Tensorflow.js
This repo contains a simple example of object detection using Tensorflow.js.

## How to run
1. Clone / Fork the repo
2. Run `npm install`
3. Run `npm run watch`

It might take a while to compile the code. Once it's done, it will open a browser window with the demo.