Abhishek-2502/Object_Detection
This Python project uses YOLO (You Only Look Once) with OpenCV to detect objects in an image. It applies a pre-trained model to the image, outlines detected objects with bounding boxes, and labels them with their classes before displaying the annotated image.
PythonMIT