Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 347 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 347 Bytes

YOLOv8 Live Object Detection Demo

To run this demo

  1. Run python -m venv venv
  2. Run source venv/bin/activate if you use mac. Run venv/Scripts/activate if you use windows.
  3. Run pip install ultralytics to install openCV and YOLO model.
  4. Run python main.py to run the demo. Remember to allow this program to access your camera.