zldrobit / tfjs-yolov5-example

TensorFlow.js example for YOLOv5
https://codesandbox.io/s/github/zldrobit/tfjs-yolov5-example
88 stars 30 forks source link

NPM package #17

Open SkalskiP opened 2 years ago

SkalskiP commented 2 years ago

Hi @zldrobit 👋! I just wanted to let you know that I created an NPM package - yolov5js - that you can use to deploy YOLOv5 models on websites. Would be great to hear what you think about it. :)

zldrobit commented 2 years ago

@SkalskiP I've tried yolov5js, and it works great. In the source code, I do recognize that typescript is type-safe and more clear than javascript. I am happy to refer to yolov5js as "other resource" in the readme of this repo :D

SkalskiP commented 2 years ago

@zldrobit this is great 🥳! Thank you very much!