This project is a simple AI-powered web application for detecting objects in images. Users can upload an image, and the system automatically identifies and highlights objects such as people, cars, and animals using the YOLOv8 model.
The interface is built with Streamlit and image processing is handled using OpenCV. The application displays detected objects with bounding boxes and confidence scores.