#3 · Primary category: Bioinformatics & Genomics
chemprop
Message Passing Neural Networks for Molecule Property Prediction
Project last updated:08/21/26
GitHub Stars
2.4K
Forks
757
Contributors
87
License
Other
Why we included this project
Turning molecular structures into reliable property predictions is a recurring practical problem for chemists and computational drug-discovery teams, and Chemprop is one of the most widely used libraries that tackles it. It relies on message-passing neural networks that learn directly from the molecular graph and SMILES input, so you skip hand-engineering feature vectors. Trained on curated datasets, it can predict endpoints like solubility or toxicity, and the clean CLI, Python API, and example notebooks get a first model running fast. The 2.x release reworked the package into a more modular, extensible design, making it easier to add custom featurizers or layers on top of the defaults. For small-molecule screening and ADMET profiling, it is a practical starting point that saves you from implementing the message-passing machinery yourself.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
scanpy
Single-cell analysis in Python. Scales to >100M cells.
Assemblies-of-putative-SARS-CoV2-spike-encoding-mRNA-sequences-for-vaccines-BNT-162b2-and-mRNA-1273
Provides experimental sequence data for COVID-19 vaccine mRNAs to facilitate identification of vaccine-derived reads in RNA-seq studies.
scvi-tools
Deep probabilistic analysis of single-cell and spatial omics data
alphafold3-pytorch
Implementation of Alphafold 3 from Google Deepmind in Pytorch