This project involves detecting and classifying objects in images or videos using deep learning models. The system can identify various objects, draw bounding boxes around them, and classify them into predefined categories.
To set up this object detection project on your local machine, follow the steps below:
git clone https://github.com/username/object-detection.git
cd object-detection
python3 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt
To start the object detection system, use the following command:
python object_detection.py --input --output