Object-detection-with-python using YOLOv3 Model (Image and webcam) Install pip install opencv-python pip install numpy pip install tk How to run Step 1: git clone Step 2: download file weights (YOLOv3-320) in https://pjreddie.com/darknet/yolo/ and move it in your project Step 3: run main.py