Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Healthcare / DeepChem — Deep Learning for Drug Discovery
⬡PipelineHealthcareFree

DeepChem — Deep Learning for Drug Discovery

MIT-licensed deep learning framework for drug discovery and computational biology — molecular property prediction, virtual screening, and ADMET modelling.

@ai-supply
Installs83k
Rating★ 4.7
Reviews28
Install (free) to download the source.↗ Source repository

DeepChem — Deep Learning for Drug Discovery

DeepChem democratises deep learning for chemistry, biology, and materials science. It provides curated datasets, featurisers, and pre-built deep learning models for molecular property prediction, virtual screening, ADMET prediction, retrosynthesis, protein-ligand binding, and quantum chemistry.

Key Features

  • 40+ molecular featurisers: Morgan fingerprints, graph convolution, Coulomb matrices, 3D descriptors
  • Model zoo: Graph Convolutional Network (GCN), AttentiveFP, MPNN, SchNet, DimeNet, Transformer-M
  • Curated benchmark datasets: MoleculeNet (17 datasets: BBBP, Tox21, SIDER, ClinTox, …)
  • ADMET prediction: absorption, distribution, metabolism, excretion, toxicity
  • Protein-ligand binding affinity and virtual screening pipelines
  • Supports PyTorch, TensorFlow, and JAX backends

Quick Start

import deepchem as dc

# Load BBBP (blood-brain barrier permeability) dataset
tasks, datasets, transformers = dc.molnet.load_bbbp(featurizer="GraphConv")
train, val, test = datasets

model = dc.models.AttentiveFPModel(n_tasks=1, mode="classification")
model.fit(train, nb_epoch=30)
metric = dc.metrics.Metric(dc.metrics.roc_auc_score)
print(model.evaluate(test, [metric], transformers))
npx ai-supply add deepchem-drug-discovery-ml

Curated mirror of the open-source DeepChem (MIT). Get it from the source.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy