Git Product home page Git Product logo

pneumonia_detection_using_transfer_learning's Introduction

Pneumonia_Detection_using_Transfer_Learning

This project aims to leverage the power of transfer learning in convolutional neural networks (CNNs) to accurately detect pneumonia from chest X-ray images. By utilizing pre-trained models and adapting them to our specific problem, we strive to create a robust and efficient solution that can assist healthcare professionals in diagnosing pneumonia more effectively.

Project Overview

Pneumonia is a significant public health problem and one of the leading causes of death in children and the elderly worldwide. Early and accurate detection is crucial for effective treatment. This project uses deep learning and transfer learning techniques to develop a model that can classify chest X-ray images as either showing signs of pneumonia or not.

Dataset

The dataset used for this project consists of chest X-ray images from pediatric patients, sourced from the publicly available Kaggle Chest X-Ray Images (Pneumonia) dataset.

Methodology

We employ transfer learning using pre-trained VGG16 as a starting point. The model has been pre-trained on the ImageNet dataset, which includes a wide variety of images. We then fine-tune this model on our specific dataset of chest X-ray images to detect pneumonia.

Requirements

  • Python 3.6+
  • TensorFlow 2.x
  • Keras
  • scipy
  • glob2

Installation

Ensure you have Python 3.6+ installed. Then, clone this repository and install the dependencies:

git clone https://github.com/taexj/Pneumonia_Detection_using_Transfer_Learning.git
cd Pneumonia_Detection_using_Transfer_Learning
pip install -r requirements.txt

pneumonia_detection_using_transfer_learning's People

Stargazers

 avatar

Watchers

 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.