Install yolo v8 in python environment ( I prefer conda for environment management)

pip install ultralytics

Make sure your computer has all the requirements, otherwise it wont install. if it doesnt install directly, install the dependencies first and do pip install ultralytics at last.

list of dependencies in link below inside requirements.txt You can install from source instead of doing pip install by cloning the repostory below and running setup.py

https://github.com/ultralytics/ultralytics

Preparing Data

Untitled

Untitled