toannhu / tfjs-yolo-tiny-demo

Demo for https://www.npmjs.com/package/tfjs-yolo-tiny

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In-Browser ML-Powered Object Detection Demo

Use YOLO deep learning model to detect objects locally in your browser (no servers required).

Want to use object detection in your project? Check out the NPM package here.

Demo

Check out the Live Demo

(You can only get so far with 1 FPS)

yolo person detection

Get Started

Looking for the NPM package repo to use object detection in your own app? Find it here.

Install Dependencies

yarn

Serve Demo

yarn serve

Performance

I get around 1 FPS on my Macbook 13" mid-2014 using Chrome. Your mileage may vary. PRs to help perf/bug fixes are certainly welcome at tfjs-yolo-tiny.

About

Demo for https://www.npmjs.com/package/tfjs-yolo-tiny

License:MIT License


Languages

Language:JavaScript 57.3%Language:HTML 28.9%Language:CSS 13.9%