Let's assume that docker is installed and running in the local machine. Then:
docker pull ac744/model-training
Run the docker image, binding the docker machine port to the local port
docker run -p 8888:8888 ac744/model-training
copy paste the URL that appears on the terminal to access the jupyter notebook.
-
Please find the notes which accompany this practical: 'Image Processing Introduction.pdf'.
-
Using your jupyter (ipython) notebook navigate to: 'Introduction to Image Analysis with Python.ipynb'.
This practical is based on introducing the jupyter notebook software for image processing and analysis. Allow around 1 h for this.