Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 529 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 529 Bytes

Image Analysis

Installation

Clone this repository

git clone https://github.com/shailniboriya/MedImage.git

Get into MedImage directory

cd MedImage

Create a working environment using conda

conda env create -f requirements.yml

Activate conda environment

conda activate MedImage

Data

  • Keep your trainig data in input/train/ and test data in input/test/
  • All the output files will be saved in output/

Training

python train.py

Prediction

python predict.py