Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 302 Bytes

File metadata and controls

11 lines (9 loc) · 302 Bytes

Intro

This is a guiding repostory to do some studying on Advanced Deep Learning and Computer Vision.

Installation

    pip install opencv-python
    pip install matplotlib
    pip install jupyter ipykernel
    python3 -m ipykernel install --user --name=venv --display-name "Python (venv)"