diff --git a/README.md b/README.md index cf233b0..4785b67 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ First the "dataset_man.py" is used to manipulate the dataset using the metadata. Second, "dicom_decompressor.py" is used to decompress the dicom images to .png image. -Third, "2daysdata.py" is used to obtain only the first two day's of images, from all the patient data. +Third, "2daysdata.py" is used to obtain only the first two day's of images, from all the patient's data. Fourth, finally "2daysmodel.py" contains the resnet50 CNN model, that takes the 2daysdata.py's output as input, and runs the model.