https://github.com/skalskip/yolov5js-example
https://github.com/skalskip/yolov5js-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skalskip/yolov5js-example
- Owner: SkalskiP
- Created: 2022-10-03T10:46:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T13:55:28.000Z (over 2 years ago)
- Last Synced: 2025-03-25T21:51:07.234Z (2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://codesandbox.io/s/github/SkalskiP/yolov5js-example)
yolov5.js-example
![]()
##
DescriptionThis 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
```##
KudosKudos 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.
##
LicenseProject is freely distributable under the terms of the [MIT license](LICENSE).