#12 · Primary category: Bioinformatics & Genomics
Open-AF3
Implementation of Alpha Fold 3 from the paper: "Accurate structure prediction of biomolecular interactions with AlphaFold3" in PyTorch
Project last updated:08/28/26
GitHub Stars
806
Forks
104
Contributors
7
License
MIT
Why we included this project
Structural biologists and drug discovery teams who want to work with AlphaFold3 without depending on DeepMind's closed codebase will find a readable PyTorch reimplementation here. The code walks through the full pipeline in modular pieces: the pairformer trunk, the MSA block, and the diffusion module that denoises raw atomic coordinates into predicted structures, each with short runnable examples. Since it is built on plain PyTorch tensors and installs with pip, it is a practical base for researchers who want to adapt the architecture to their own inputs or trace how the confidence head estimates per-atom and pairwise errors. Keep in mind this is an independent community implementation, not a drop-in trained model, so treat it as a research foundation rather than a production structure prediction service.
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.
chemprop
Message Passing Neural Networks for Molecule Property Prediction
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