joethequant commited on
Commit
307de99
1 Parent(s): 76b66fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -98,6 +98,20 @@ with torch.no_grad():
98
  generated_sequences = [tokenizer.decode(output_seq, skip_special_tokens=True) for output_seq in output]
99
  ```
100
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
101
  ## Limitations and Future Work
102
  - Predictions require experimental validation for practical use.
103
  - Future improvements will focus on incorporating diverse training data and enhancing prediction accuracy for the efficacy of generated antibodies.
 
98
  generated_sequences = [tokenizer.decode(output_seq, skip_special_tokens=True) for output_seq in output]
99
  ```
100
 
101
+ ## Links:
102
+
103
+ - [Huggingface Model Repository](https://huggingface.co/AntibodyGeneration)
104
+ - [Web Demo](https://orca-app-ygzbp.ondigitalocean.app/Demo_Antibody_Generator)
105
+ - [OpenSource RunPod Severless Rest API](https://github.com/joethequant/docker_protein_generator)
106
+ - [The Code for this App](https://github.com/joethequant/docker_streamlit_antibody_protein_generation)
107
+
108
+ ## Additional Resources and Links
109
+ - [Progen Foundation Models](https://github.com/salesforce/progen)
110
+ - [ANARCI Github](https://github.com/oxpig/ANARCI)
111
+ - [ANARCI Webserver](http://opig.stats.ox.ac.uk/webapps/anarci/)
112
+ - [TAP: Therapeutic Antibody Profiler](https://opig.stats.ox.ac.uk/webapps/sabdab-sabpred/sabpred/tap)
113
+ - [ESM Fold](https://esmatlas.com/resources?action=fold)
114
+
115
  ## Limitations and Future Work
116
  - Predictions require experimental validation for practical use.
117
  - Future improvements will focus on incorporating diverse training data and enhancing prediction accuracy for the efficacy of generated antibodies.