Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 626 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 626 Bytes

QuickDicom

Codes written and maintained by Amal Joseph Varghese at the quantitative Imaging Research and Artificial Intelligence Lab., at Christian Medical College Vellore.

Usage

  • Downoad or clone this repo.
  • Get into the root folder.
  • Open it in a terminal (or open terminal and go to this folder)
  • create on activate a python environment you want to install this in.
  • run pip install -r requirements.txt

Now QuickDicom will be installed in your desired python environment.

You can use it by including the following in your python script.

import QuickDicom
#or 
import QuickDicom as qd