beenotung/yolo-helpers
Helper functions to use models converted from YOLO in browser and Node.js.
This is a set of helper functions for web developers who want to integrate YOLO models into their browser-based or Node.js applications. It allows you to take a pre-trained YOLO model and input images to perform tasks like identifying objects, classifying images, or detecting specific points on objects (like human poses). The output provides structured data such as bounding box coordinates, class labels, and keypoint locations for further processing in your application.
No commits in the last 6 months. Available on npm.
Use this if you are a web developer building applications that need to process images using YOLO computer vision models directly in a browser or on a Node.js server.
Not ideal if you need to train YOLO models, or if your application requires heavy real-time video processing outside of a web or Node.js environment.
Stars
2
Forks
1
Language
TypeScript
License
BSD-2-Clause
Category
Last pushed
Jul 21, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/beenotung/yolo-helpers"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ultralytics/ultralytics
Ultralytics YOLO 🚀
hank-ai/darknet
Darknet/YOLO object detection framework
Megvii-BaseDetection/YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX,...
kujason/avod
Code for 3D object detection for autonomous driving
aparsoft/yolo-streamlit-detection-tracking
Object detection and tracking algorithm implemented for Real-Time video streams and static images.