Skip to content

TN-AI/Computer-Vision-Using-OpenCV-and-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computer-Vision-Using-OpenCV-and-Python

Demo Video

https://www.youtube.com/watch?v=1ovHCveDFM4

Dependency installation

*** ultralytics can be installed only on python 3.9 or 3.10 ****

How to install YOLO

pip install ultralytics

Installing openCV

pip install opencv-python

How to install Python?

Download python from https://www.python.org/downloads/

How to install pip?

https://phoenixnap.com/kb/install-pip-mac

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python3 get-pip.py

How to make python command run python3?

vi ~/.bashrc

Add following lines in basic

alias python=python3

alias pip=pip3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages