This repository is used for the development and distribution of exercises for the CAS Deep Learning - Module Computer Vision with Deep Learning (Part 1).
There are several ways to work on the assignments:
- Google Colab (easiest)
- local - pip install (not tested)
- local - Docker
Use Google Colab by clicking on the links below.
Click on the following badge to open the notebook in Google Colab:
Click on the following badge to open the notebook in Google Colab:
Click on the following badge to open the notebook in Google Colab:
Click on the following badge to open the notebook in Google Colab:
Click on the following badge to open the notebook in Google Colab:
Click on the following badge to open the notebook in Google Colab:
Click on the following badge to open the notebook in Google Colab:
pip install -r requirements.txt
Depending on your operating system you have to install docker in different ways.
You'll find detailed instructions here: https://docs.docker.com/get-docker
# pull the image
docker pull mwilli13/cas-dl-compvis-exercises-ss2024:latest
Fork this repository by pressing the fork button on the upper right.
Clone into your ml directory (MY_ML_DIR
) using:
git clone MY_REPO_FORK_HTTPS_ADDRESS
# Replace 'MY_ML_DIR' with your local code directory
$ docker run -d \
-p 8877:8888 \
--user root \
-v MY_ML_DIR:/home/jovyan/work/ \
--name=cas_dl_computer_vision_part1 \
mwilli13/cas-dl-compvis-exercises-ss2024:latest start.sh jupyter lab --LabApp.token=''
docker ps -a
Enter http://localhost:8877/lab
in your browser.