digitalbrain79/pyyolo
Simple python wrapper for YOLO.
This tool helps developers quickly integrate YOLOv3 object detection capabilities into their Python applications. It takes an image as input and outputs a list of detected objects, their classes, probabilities, and bounding box coordinates. It's ideal for software engineers or data scientists building applications that require real-time object identification.
127 stars. No commits in the last 6 months.
Use this if you are a Python developer who needs to embed YOLOv3 object detection into your application with minimal setup and code.
Not ideal if you are looking for a standalone application for object detection or a tool that supports other YOLO versions or deep learning frameworks.
Stars
127
Forks
64
Language
C
License
—
Category
Last pushed
Jun 12, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/digitalbrain79/pyyolo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
ultralytics/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
mindspore-lab/mindyolo
A toolbox of yolo models and algorithms based on MindSpore
ultralytics/assets
Ultralytics assets
stephanecharette/DarkHelp
C++ wrapper library for Darknet