jrzech/reproduce-chexnet
Reproduce CheXNet
This project helps medical researchers and students understand how deep learning models can interpret chest X-rays. You can input chest X-ray images, and the system will output predictions for 14 common diagnoses, along with visual heatmaps indicating areas of interest. This is designed for those studying or working with medical imaging analysis.
199 stars. No commits in the last 6 months.
Use this if you want to explore or reproduce the CheXNet paper's findings on chest X-ray diagnosis using convolutional neural networks, especially if you need to see how such models are trained and make predictions.
Not ideal if you are looking for a certified diagnostic tool for clinical use or if you lack access to a GPU for retraining the model on the full dataset.
Stars
199
Forks
110
Language
Jupyter Notebook
License
BSD-3-Clause
Category
Last pushed
Oct 18, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/jrzech/reproduce-chexnet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related frameworks
brucechou1983/CheXNet-Keras
This project is a tool to build CheXNet-like models, written in Keras.
dstrick17/DacNet
Reproducing and Improving CheXNet: Deep Learning for Chest X-ray Disease Classification
gregwchase/nih-chest-xray
Identifying diseases in chest X-rays using convolutional neural networks
rmcnew/Pneumonia_Classifier
Machine Learning Image Classification of Pediatric Chest X-Rays to Detect Pneumonia
arnoweng/CheXNet
A pytorch reimplementation of CheXNet