Skip to content

mathieuorhan/tfjs-yolo-tiny-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.2%
  • HTML 28.9%
  • CSS 13.9%