Spaces:
Running
Running
File size: 927 Bytes
a6b83ef 87bd350 f16c560 87bd350 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
title: Gnina Torch
emoji: π
colorFrom: red
colorTo: green
sdk: gradio
sdk_version: 3.3.1
app_file: app.py
pinned: false
license: mit
---
# GninaTorch @ Hugginface
Scoring protein-ligand complexes using [Gnina](https://github.com/gnina/gnina)'s scoring function via [gnina-torch](https://github.com/RMeli/gnina-torch) on [Hugging Face Spaces](https://huggingface.co/spaces/RMeli/gnina-torch).
[https://huggingface.co/spaces/RMeli/gnina-torch](https://huggingface.co/spaces/RMeli/gnina-torch)
## Notes
[Hugging Face Spaces](https://huggingface.co/docs/hub/spaces) work as `git` repositories. To keep everything on GitHub but publish on Hugging Face, add the Hugging Face Space repository as a remote repository:
```bash
git remote add hf https://huggingface.co/spaces/RMeli/gnina-torch
```
## Acknowledgements
* @duerrsimon for [Visualize proteins on Hugging Face Spaces](https://huggingface.co/blog/spaces_3dmoljs) |