This python file is to convert the dicom image to numpy array. In addition, this program normalize the data using MinMaxScalar which is sikit-learn library.
This python file is to show the dicom image. Dicom file have some information. If you get the CT value (pixel value), you have to use .pixel_array. Please check the file about the details.