A monkeypox paper now ships as open source code and a free Python package with multiple CNN backbones and a built in tool that highlights which image regions drove each prediction, so other groups can independently train and test the model.
A team behind a new Scientific Reports monkeypox-detection paper didn't stop at publication. They tore down their own data pipeline and rebuilt it so the same patient image cannot appear in both training and test sets, a common failure mode in medical-imaging deep learning, then released the result as open-source code on GitHub and a [pip-installable Python package called mpox-trinet](https://pypi.org/project/Mpox-Trinet/).
The framework, Tri-Net v2, fuses two input modes, skin lesion images and symptom text, across three pretrained CNN backbones: ConvNeXt-Tiny, DenseNet201, and Inception-ResNetV2. A Grad-CAM explainability layer shows which image regions drove each prediction. Docker packaging, GitHub Actions CI, and a CLI for training, inference, and benchmarking round out the release.
The team announced the release on r/MachineLearning on July 21, noting the underlying paper had drawn "over 1,100 article accesses in its first week," an author-reported figure that is not independently verified.
What it does not claim: independent reproduction on outside datasets, regulator clearance, or clinical use. Earlier mpox skin-lesion work, including the 2022 arXiv feasibility study, sits behind it as the contextual baseline.
The open question is whether outside groups will run the framework on their own cohorts.