Skip to content
This repository has been archived by the owner on Oct 18, 2022. It is now read-only.
/ cv-labs Public archive

Computer vision university labs (Kyiv Polytechnik Institute)

License

Notifications You must be signed in to change notification settings

ShkalikovOleh/cv-labs

Repository files navigation

cv-labs

CI

Computer vision university labs

Usage

You can use the docker image to interact with cv-labs and especially with examples.

First of all, pull image:

docker pull ghcr.io/shkalikovoleh/cv-labs:master

Run image and expose 8888 port:

docker run -p 8888:8888 ghcr.io/shkalikovoleh/cv-labs:master

Follow link stars with 127.0.0.1:8888/?token= to access Jupyter Notebooks(examples) in your browser.