This is the code of demo program which can turn your computer into vending machine . It uses YOLO ( You Only Look Once) algorithm ,Opencv library and Other Python libraries. It uses the technique of regression that instead of selecting the interesting part of an Image it predicts classes and bounding boxes for the whole image in one run of the YOLO Algorithm. It can detect money.
-
Notifications
You must be signed in to change notification settings - Fork 0
This is the code of the demo program which can turn your computer into a vending machine. It uses YOLO ( You Only Look Once) algorithm, Opencv library, and Other Python libraries. It uses the technique of regression that instead of selecting the interesting part of an Image it predicts classes and bounding boxes for the whole image in one run of…
badalaryal11/Vending-Machine-
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is the code of the demo program which can turn your computer into a vending machine. It uses YOLO ( You Only Look Once) algorithm, Opencv library, and Other Python libraries. It uses the technique of regression that instead of selecting the interesting part of an Image it predicts classes and bounding boxes for the whole image in one run of…