/CXR-Radiology-Analysis-and-Diagnosis-System

Pneumonia detection including viral and bacterial pneumonia using cxr

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

CXR Radiology Analysis and Diagnosis System

This AI system is designed to search and identify symptoms from CXR input following a human radiologist methodology

The system consisted of 3 AI, one for getting segmentation of chest organs, one for searching for nodules that are prevalent in tuberculosis viral pneumonia and cancer patient, and one for classifying the lungs based on it's color and it's size.

The system can identify the existence of cardiomegaly, Tuberculosis, Viral Pneumonia, Bacterial Pneumnia, COVID-19 disease (seperated from viral pneumonia family), Tumors, and abnormalities that may exist in the CXR

To use the system: 1. Simply clone the repository to local drive,
2. Unzip the 3 zipped file to current directory on the /AIs/NoduleV3/weights/
3. Then open the "finalUser.py" file and change the input image,
4. Then run the python code.