Pleural effusion cell images classification: oncology and other.
Create folders 'data' (for training) and 'data_test' (for testing). Inside them create folders 'oncology' and 'other'. Put photos inside folders.
To train cnn run file train.py:
python train.py
To test cnn run file predict.py:
python predict.py
Inside 'predictOne.py' file is a function of classificaion one image.