#6 · Primary category: Bioinformatics & Genomics
alphafold3-pytorch
Implementation of Alphafold 3 from Google Deepmind in Pytorch
Project last updated:08/10/26
GitHub Stars
1.7K
Forks
229
Contributors
17
License
MIT
Why we included this project
AlphaFold 3 came out as a Nature paper in 2024, and this repository is a PyTorch port of its architecture that reads like it was written to be followed alongside the paper. It covers the full training path from parsing Protein Data Bank files down to molecule and atomic inputs, so it works both as a map of how the method fits together and as a base to build your own experiments on. The pieces that matter for diffusion-based structure prediction are all here, from relative positional encoding to smooth LDDT loss and weighted rigid alignment, and a separate Lightning + Hydra fork exists for anyone running larger training jobs. Because DeepMind keeps the official AlphaFold 3 weights and full server restricted, an open implementation like this is often the most practical way for academic groups to actually run these ideas on their own hardware.
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