PB Unity commited on
Commit
a51cc55
1 Parent(s): d999c39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ # Alpha Fold Version 1 validated for Unity Sentis
6
+ We provide here the model files we used for our AlphaFoldv1 implementation. The large ONNX file is the main model which outputs the distance matrix and the smaller one is used for the simulation step.
7
+
8
+ ## How to Use
9
+ The source files are available on github for this example.
10
+
11
+ ![protein folding](https://miro.medium.com/v2/resize:fit:1400/format:webp/1*tqXQsvGoESfXIjY4PIcJpg.gif)
12
+
13
+ ## Information
14
+ This implementation was designed as a proof of concept to show the abilities of Unity Sentis for scientific visualisation purposes. For actual scientific research there are newer model avaiable (for example AlphaFold v2).
15
+ We hope the community will implement other protein models in Unity Sentis.