A Flask pneumonia detection web application
-
Clone The Repository or Download Zip from https://github.com/YashShende/Pneumonia_Detection/archive/master.zip & Extract it.
-
Install Requirements
pip install -r requirements.txt
-
To run the app on localhost run
python app.py
-
app is running at
http://127.0.0.1:5002
Dataset Name : Chest X-Ray Images (Pneumonia) Dataset Link : https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia
In this Project i Trained my model on Google Colab and saved model in Models Folder. You can put your trained model inside the Models folder to get better results just keep in mind the dimenssions of image feed to trained model if you want to take a look how i trained my model check this link