Model to predict the pneumonia and other 14 types of diseases using Deeplearning models.

To deploy on local machine -

Create a new environment

  1. Clone this repository
git clone https://github.com/hrishikeshmane/ChecXray_webapp.git
  1. Install requirements.txt
pip install -r requirements.txt
  1. Cd into the project directory and run the following in terminal:
python app.py
  1. Navigate to mentioned port (eg : http://127.0.0.1:5000/) and upload your image

The Model is trained on the following keras transfer learning libraries:

VGG16
VGG19
DenseNet121
Densenet169
ResNet50
InceptionV3
InceptionResNetV2
NASNetMobile
NASNetLarge

USE

Visit : https://checxray.herokuapp.com/

Upload any xray image you need to scan. [for now the app supports only 1:1 image sizes, for eg 1024*1024] There is a folder in the repos containing sample x-ray images of the required size.