This is a simple object detection program that uses the YOLO (You Only Look Once) model to detect and identify objects in real-time through a webcam.
Main
- OpenCV - an open-source computer vision library known for its use in image processing and computer vision projects.
- Ultralytics - a deep learning library that provides easy-to-use tools for training and deploying computer vision models.
Others
- Math - a Python library for mathematical operations.
Download TXT File Here: requirements.txt
1. Clone this repository
Paste this command on your terminal:
git clone https://github.com/m3mentomor1/Object-Detection-Using-YOLOv8.git
2. Go to the repository's main directory
Paste this command on your terminal:
cd Object-Detection-Using-YOLOv8
3. Install dependencies
Paste this command on your terminal:
pip install -r requirements.txt