- Clone this repo
- You must install Docker and Docker-Compose
chmod +x installer.sh
./installer.sh
sudo docker-compose build
sudo docker-compose up
http://localhost:1234 Databaseviewer
-
Check Docker Container
-
Move the patient file to the /data/raw folder. App detect patient folder automatically and start preprocessing.
-
The patient Dicom files converts to nifti format.(Dicoms is medical image storing format)
-
You can view the results of the prediction operation in "data/processed". There are two folders in "data/processed". "Original" folder contains raw images. Inside the "Result" folder there are segmented results.