IdeaCredIdeaCred

B-Yassine88/PathMNIST-XAI-Lightweight-Explainable-CNN-for-Medical-Imaging

32

๐Ÿ” Enhance medical imaging with a lightweight CNN model that offers over 91% accuracy and integrated explainability for better clinical trust.

What's novel

๐Ÿ” Enhance medical imaging with a lightweight CNN model that offers over 91% accuracy and integrated explainability for better clinical trust.

Code Analysis

2 files read ยท 2 rounds

A single monolithic Python script that trains a small CNN on the PathMNIST pathology dataset, evaluates it, runs Integrated Gradients on 500 test samples, and stores attribution maps in a SQLite database.

Strengths

The training loop, model definition, and Integrated Gradients integration are functionally correct and demonstrate a working end-to-end pipeline for explainable medical image classification. The use of Captum for attribution and SQLite for persistence, while simple, shows a coherent (if minimal) workflow.

Weaknesses

The README describes a full GUI application with installers, upload buttons, and cross-platform deployment โ€” none of which exist in the code. The entire project is one unstructured script with no modularity, no tests, no dependency management, no error handling, and no separation of training/inference/explainability concerns.

Score Breakdown

Innovation
4 (25%)
Craft
31 (35%)
Traction
14 (15%)
Scope
26 (25%)

Signal breakdown

Innovation

Not Fork+1
Code Novelty+0
Concept Novelty+1

Craft

Ci-2
Tests-4
Polish+0
Releases+0
Has License+5
Code Quality+5
Readme Quality+15
Recent Activity+7
Structure Quality+3
Commit Consistency+2
Has Dependency Mgmt+0

Traction

Forks+6
Stars+6
Hn Points+0
Watchers+0
Early Traction+0
Devto Reactions+0
Community Contribs+2

Scope

Commits+5
Languages+3
Subsystems+0
Bloat Penalty+0
Completeness+4
Contributors+6
Authored Files+4
Readme Code Match+3
Architecture Depth+3
Implementation Depth+8

Evidence

Commits

13

Contributors

2

Files

8

Active weeks

5

TestsCI/CDREADMELicenseContributing

Repository

Language

Python

Stars

1

Forks

1

License

MIT