Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 313 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 313 Bytes

Simple TensorFlowJS Demo

This is a simple demo of TensorFlowJS. It uses a pre-trained model to detect objects in images.

Running the demo

  • Clone this repo
  • Run npm install
  • Copy 6 images named image1.jpg to image6.jpg into this folder
  • Run npm run watch
  • Open localhost:1234 in your browser