Skip to content

A Flask Pneumonia Detection web app from chest X-Ray Images using CNN

Notifications You must be signed in to change notification settings

YashShende/Pneumonia_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Web-App Pneumonia Detection from Chest X-Ray Images CNN

A Flask pneumonia detection web application

Setting up the Web-App Locally

  1. Clone The Repository or Download Zip from https://github.com/YashShende/Pneumonia_Detection/archive/master.zip & Extract it.

  2. Install Requirements pip install -r requirements.txt

  3. To run the app on localhost run python app.py

  4. app is running at http://127.0.0.1:5002

Dataset

Dataset Name : Chest X-Ray Images (Pneumonia)

Dataset Link : https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia
           

Model

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 

WebApp

Home Page

Home Page

Prediction

Home Page