appliedscientific/cardiosafe-benchmark — explained in plain English
Analysis updated 2026-05-18
Screen a list of candidate drug compounds for ion channel blocking risk before costly late-stage testing.
Train or benchmark a cardiac safety prediction model using leakage-controlled data splits.
Predict blocker probability and potency for hERG, Nav1.5, Cav1.2, and IKs channels from a CSV of molecules.
| appliedscientific/cardiosafe-benchmark | a-bissell/unleash-lite | abhiinnovates/whatsapp-hr-assistant | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | hard |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | researcher | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires downloading the dataset and label matrix separately from the inference code.
CardioSafe is a publicly released dataset and AI model designed to help drug researchers predict whether a chemical compound might be harmful to the heart before it ever reaches a patient. The specific danger it addresses is a compound blocking ion channels, tiny protein gates in heart cells that control electrical signals. When these channels are disrupted, particularly ones named hERG, Nav1.5, Cav1.2, and IKs, the result can be dangerous irregular heart rhythms. Testing for this risk early in drug development can prevent costly late-stage failures. The repository contains three main things. First, a curated label matrix covering 334,444 compounds drawn from ChEMBL 36 and another public dataset, each labeled for whether it blocks one or more of those four ion channels. Second, pre-made data splits designed to prevent a subtle cheating problem called data leakage, where molecules that are very similar to training examples end up in the test set, making a model look better than it actually is. These Tanimoto-controlled splits (tan70 and tan60) use chemical similarity scores to ensure training and test compounds are sufficiently different from each other. Third, a reference deep-learning model with runnable inference code: you can pass in a CSV of molecule structures and get back predictions of blocker probability and potency for each channel. A CiPA (Cardiac in vitro Proarrhythmia Assay) regulatory framework is part of the context, this benchmark is built around the four ion channels that regulators consider most relevant for cardiac safety screening. The code is written in Python, and the full README is longer than what was provided.
A public dataset and model that predicts whether a drug compound might cause dangerous heart rhythm problems before it reaches a patient.
Mainly Python. The stack also includes Python.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.