Skip to content

Accurate All-Atom Structure Prediction In Seconds

Published: at 08:00 PMSuggest Changes

Pretty sure you must have heard of the news!

The two guys on the right developed the AlphaFold2 model, an ML model that predicts 3D protein structures from just the sequence. Here’s a deep look into the model:

A more recent version released is AlphaFold3 with a diffusion model used. Many open-source versions of its implementation have been produced with the best one being:

And Modal Labs have implemented this model to run on their GPU architecture using simple, easy-to-use code.

I was running into some issues with running the code and opened a PR and corrected it. Now, you can easily run the code yourself by following the instructions in

https://github.com/greenrace666/chai1modal

I’ve got a 1000 residue protein in under a minute!

Move around this structure, it’s 3D 👇 (Refresh Again)


Previous Post
From Lab Bench to Life Lessons - A Slightly Less Boring Journey of Discovery
Next Post
My First Blog