kyegomez/Open-AF3
PyTorch implementation of AlphaFold3 for predicting protein and biomolecular structures using deep learning.

This repository provides an open-source reimplementation of Google DeepMind’s AlphaFold3 model, which uses neural network architectures (attention mechanisms, diffusion) to predict 3D structures of proteins and biomolecular complexes. The implementation includes the full AlphaFold3 model architecture with pair representations, single representations, and genetic diffusion modules for atomic coordinate generation, written in PyTorch for training and inference.