Skip to content

nothingHereReally/learningOpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to run

cd to this project

and create a python virtual environment first, just like below

python -m venv .venv

activate the python virtual environtment

on windows cmd

.venv/Script/activate.bat

on a GNU/Linux machine

source .venv/bin/activate

install the required modules

pip install -r requirements.txt

now you can run

python bestal_activity1_to_5.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages