Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 437 Bytes

File metadata and controls

18 lines (11 loc) · 437 Bytes

CompVision-Light

Lightweight Computer Vision project using OpenCV and YOLOv8.

Overview

This project demonstrates object detection using a lightweight YOLOv8 model on CPU.
It uses OpenCV in headless mode, so no GUI or Qt dependencies are required.

Requirements

  • Python 3.14+
  • pip

Optional:

  • GPU support (CUDA) if available, but CPU mode works on any machine.

See QUICKSTART.md (click) for tutorial