An open API service indexing awesome lists of open source software.

https://github.com/skalskip/yolov5js-example


https://github.com/skalskip/yolov5js-example

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

[![CodeSandbox](https://img.shields.io/badge/Codesandbox-040404?style=for-the-badge&logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/SkalskiP/yolov5js-example)

yolov5.js-example


Logo

##

Description

This repository is end to end example of [yolov5js](https://github.com/SkalskiP/yolov5js) deployment in React app.

https://user-images.githubusercontent.com/26109316/193595340-59453b86-e77b-4b0d-9a63-d2ea09122808.mov

##

Install

```bash
npm install --save yolov5js
```

##

Kudos

Kudos to [ultralytics](https://ultralytics.com/) team as well as all other open-source contributors for building [YOLOv5](https://github.com/ultralytics/yolov5) project, and making it all possible.

##

License

Project is freely distributable under the terms of the [MIT license](LICENSE).