Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soheil-mp/cancer-recognition-chest-x-ray

Classifying and localizing x-ray images into 5 category of "Normal", "Infiltration", "Atelectasis", "Effusion", and "Pneumothorax"
https://github.com/soheil-mp/cancer-recognition-chest-x-ray

atelectasis chest chest-xray-images classification effusion infiltration localization pneumothorax

Last synced: 24 days ago
JSON representation

Classifying and localizing x-ray images into 5 category of "Normal", "Infiltration", "Atelectasis", "Effusion", and "Pneumothorax"

Awesome Lists containing this project

README

        

# Chest-X-Ray
Here we ensemble 3 diffrent models (MobileNet, Inception, Xception) and then classified and localized x-ray images into 5 category, including:
- Normal
- Infiltration
- Atelectasis
- Effusion
- Pneumothorax

# End result:

# Evalutation
each class has been evaluated seperatly and the exact information can be found in notebook. Now let's take a look at the evaluation of Pneumothorax.

# Usage
Run "prediction_and_localization.py" and enter the location of your xray image for getting the predictions.