Skip to content

Computer Vision project for Pneumonia Detection using chest X-Ray

Notifications You must be signed in to change notification settings

Mohammed-Deifallah/Pneumonia-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pneumonia-Detection

It's the final project of the Masters' course "Intro to Computer Vision" at Skoltech University

Team Members

Problem Statement

Pneumonia detection on chest X-ray images.

Data

Dataset, we worked on, is available on Kaggle.

Here are some samples:

example.jpg

We also have additional images for Pneumonia from the personal archive by prof. Gainitdinova Viliya Vilevna at Sechenov university

Algorithms & Techniques

  • Data Augmentation
  • Feature Extraction
    • Histogram of Gradients (HoG)
    • Local Binary Pattern (LBP)
  • Classification
    • Support Vector Machine (SVM)