Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.3 KB

README.md

File metadata and controls

47 lines (31 loc) · 2.3 KB

DIP

Digital Image Processing Course

Run

Running on google colab

The simplest way to run these python scripts is google colab.

Simply click on provided each chapter google colab link to run a test codes.

  • Chapter 1 Open In Colab

  • Chapter 2 Open In Colab

  • Chapter 3 Open In Colab

  • Chapter 5-a Open In Colab

  • Chapter 5-b Open In Colab

  • Chapter 6 Open In Colab

  • Chapter 7 Open In Colab

  • Chapter 10 Open In Colab

Running on windows

  • Download and install anaconda

  • Create a new virtual environment

  • Download This repository compressed file and extract it.

  • Install requirements

      pip install -r requirements.txt
    
  • Install jupyter

  • Lunch jupyter notebook and run codes

This is a help video which show above instruction. Run a jupyter file

Team