#3 · Primary category: Bioinformatics & Genomics

chemprop

chemistry drug-discovery machine-learning neural-networks

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