This is a simple flask app to predict whether an image is a CT or MRI scan.

The model is trained on a dataset of CT and MRI scans. The model is a simple CNN with a single dense layer.

The model is trained on the kaggle dataset which you can find it here.

requirements: tensorflow flask pillow numpy