Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 2.07 KB

README.md

File metadata and controls

41 lines (25 loc) · 2.07 KB

DIP

Digital Image Processing

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 7Open 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. Open In Colab Run a jupyter file Open In Colab