OwenLegalSign
commited on
Commit
β’
ec0c657
1
Parent(s):
1dcc17c
Fixed README
Browse files
README.md
CHANGED
@@ -1,7 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# About
|
2 |
|
3 |
This app uses the `dpt-moses-ver2` model from Hugging Face to generate drug-like molecules.
|
4 |
|
5 |
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.
|
6 |
-
|
7 |
-
*(WIP)*
|
|
|
1 |
+
---
|
2 |
+
title: Pharma
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: blue
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.10.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: bigscience-openrail-m
|
11 |
+
---
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
# About
|
15 |
|
16 |
This app uses the `dpt-moses-ver2` model from Hugging Face to generate drug-like molecules.
|
17 |
|
18 |
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.
|
|
|
|