Code Monkey home page Code Monkey logo

pneumonia-classifier's Introduction

Pneumonia Classifier:

Please do not use this software as a medical diagnosis tool as it lacks clinical study. Please read the important notice below before using it for any purposes.

After seeing so many pneumonia image classifier attempts flooding the internet, I decided to make an attempt to build my own image classifier trying to detect pneumonia patients by running CNNs on chest X-rays.

Datasets:

  1. https://www.kaggle.com/paultimothymooney/detecting-pneumonia-in-x-ray-images/data?
  2. Covid-19 dataset Chest X-ray dataset from https://www.pyimagesearch.com/

Tensorflow and keras are used as deep learning framework. Additionally a Flask server and basic website pages are added to repo in order to show how to host a basic deep neural network model in case of demo requirement.

Model is trained with two classes:

  1. Normal chest X-rays
  2. Chest X-rays of Pneumonia patients (such as Viral Infection, Covid-19)

Then I ran a simple CNN network without using transfer learning.

Important Notice:

The repo is created only for demonstration purposes. Please do not use the model in this repo as a medical diagnosis tool. Not only chest X-ray images by themselves are not sufficient for doctors to diagnose a pneumonia case at a patient (Normally patient's history, CRP, leukocyte amount, febrile, cough are also considered as symptoms to make an actual pneumonia diagnosis), but also an actual clinical study was not done for this software. It is already known that there are some false positive problems. For example a patient with heart failure was detected positive in one of the test cases.

pneumonia-classifier's People

Contributors

ozworkz avatar paintthatagain avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.