simonduerr commited on
Commit
db74ab9
·
verified ·
1 Parent(s): 04b936a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -11,4 +11,30 @@ license: mit
11
  short_description: AllMetal3D
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  short_description: AllMetal3D
12
  ---
13
 
14
+ # AllMetal3D
15
+
16
+
17
+ ![Inference app](https://github.com/lcbc-epfl/allmetal3d/raw/main/inference_app.png)
18
+
19
+
20
+ AllMetal3D is an improvement of the Metal3D model trained using a wider amount of ions (NA, K, MG, CA, ZN, FE, FE2, CU, CO, MN).
21
+ The model will predict location, identity and geometry for each site.
22
+
23
+ Location is very accurate and can be evaluated using the predicted probability.
24
+ Identity also works well with the ion being classed into majority labels (Alkali, MG, CA, ZN, Non zinc transition metal and NoMetal). NoMetal are likely false positive location predictions.
25
+ Geometry prediction works well to differentiate between octahedral and tetrahedral but not so well for the other classes.
26
+
27
+
28
+ ## How to run
29
+
30
+ In webbrowser for single structures and visual processing use the gradio app.
31
+ ```
32
+ python app.py
33
+ ```
34
+
35
+
36
+ For running in batch mode use the commandline tool:
37
+
38
+ ```
39
+ python run_metalsitepred.py --pdb 2cba.pdb --cubefile test.cube --probefile 2cba_probe.pdb --batch_size 30
40
+ ```