Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.67 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.67 KB

Made in Iran Build Release Downloads Discord Donate Alireza Plus

PyCVision

PyCVision is a Python-based real-time object detection system powered by the YOLOv3 (You Only Look Once) algorithm. This project leverages the efficiency and accuracy of YOLOv3 for detecting and classifying multiple objects in live video streams or static images.

Changelog

v1.0.0.0

Known Issue's

ToDo List

💢

Builds And Download

It's so simple, At first you need to have python installed, after that start with installing necessary requirements, type:

pip install -r requirements.txt

now download YOLOv3 which is needed in this project: YOLOv3.weights YOLOv3.cfg coco.names
put all three downloaded files into the same directory where main.py is.

then try to run project with following command:

py main.py

Tested On Python 3.12.8