Instantly, find recipes using certain foods you want to get rid of, right from the comfort of your phone camera.
Run the file server.py
Type: Class
- Download yolov3.weights
- Housing Link: https://pjreddie.com/darknet/yolo/
- Direct Download: https://pjreddie.com/media/files/yolov3.weights
from yolo import YOLO
PATHNAME = "" # Add image path
objects = YOLO().main(PATHNAME)
print(objects)
Currently using COCO dataset; next step is to use a custom dataset