File size: 595 Bytes
ec0c657 f4fe21a ec0c657 3932ac7 ec0c657 eb0528a ec0c657 1dcc17c 607316b 1dcc17c eb0528a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
title: Pharma
emoji: 💊
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.37.0
app_file: app.py
pinned: false
license: bigscience-openrail-m
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# About
This app uses the `dpt-moses-ver2` model from Hugging Face to generate drug-like molecules.
You can input a SMILES string in the sidebar, and upon submission, the app will generate 20 similar SMILES strings, display them, and provide their similarity to the original input. You can also download the generated SMILES strings. |