Skip to content

ulyagram77/Python_TechnicalVision_Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_TechnicalVision_Labs

There are my labs for "basics of technical vision" lessons.

To initialize new pyproject.toml ruin command in directory you want:

poetry init

To add packages run in terminal:

poetry add "package name"

To run one of the including labs in console such as file.py:

poetry install
poetry shell
python "lab_filename".py

To run one of the including labs in jupiter:

poetry install

Run shell:

poetry shell

Just start it in jupiter notebook extention in VS-CODE or etc. =)

About

There are my labs for "basics of technical vision" lessons.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published