Skip to content

Commit e7bcf71

Browse files
authored
Update README.md
1 parent 58d065d commit e7bcf71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Object Detection JavaScript SDK
2+
[![NPM Version](https://img.shields.io/npm/v/@cloud-annotations/object-detection.svg)](https://npmjs.org/package/@cloud-annotations/object-detection)
3+
[![NPM Downloads](https://img.shields.io/npm/dm/@cloud-annotations/object-detection.svg)](https://npmjs.org/package/@cloud-annotations/object-detection)
4+
25
The Cloud Annotations Object Detection SDK makes it easy to use your custom trained object detection models in the browser or on the backend with TensorFlow.js. Simply point the object detector to your `model_web` folder and pass the loaded model a `<canvas>`, `<img>` or `<video>` reference.
36

47
## Installation

0 commit comments

Comments
 (0)