bcadkins01 commited on
Commit
9ab0031
·
verified ·
1 Parent(s): f5c9863

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -14
README.md CHANGED
@@ -17,36 +17,31 @@ short_description: app to generate and view beta-lactam molecules
17
 
18
  This application demonstrates a drug discovery pipeline that allows users to:
19
 
20
- * Generate novel beta-lactam molecules using a generative AI model.
21
  * View the generated molecules with options to display and copy SMILES or SAFE strings.
22
  * Predict ADMET properties for the generated molecules using ADMET-AI.
23
 
24
  ## Features
25
 
26
  * Molecule Generation:
27
- * Generates up to 5 beta-lactam molecules at a time.
28
- * Users can adjust the creativity (temperature) of the generation process.
29
- * Generated molecules are named 'Mol01' to 'Mol05'.
30
  * Molecule Viewing:
31
  * Displays molecule structures using Streamlit.
32
- * Option to view molecules as SMILES or SAFE strings.
33
- * Provides copy-to-clipboard functionality for molecule strings.
34
  * ADMET Property Prediction:
35
- * Integrates ADMET-AI to predict properties such as absorption, distribution, metabolism, excretion, and toxicity.
36
- * Displays predicted properties alongside each molecule.
37
 
38
  ## How to Use the App
39
 
40
  1. Set Generation Parameters:
41
  * Use the sidebar to adjust the creativity (temperature) slider.
42
- * Select the number of molecules to generate (maximum of 5).
43
- 2. Choose String Format:
44
- * Select whether to display molecule strings as SMILES or SAFE.
45
- 3. Generate Molecules:
46
  * Click the 'Generate Molecules' button.
47
  * Generated molecules will appear with their structures, strings, and predicted ADMET properties.
48
- 4. Copy Molecule Strings:
49
- * Use the 'Copy' button under each molecule to copy the SMILES or SAFE string to your clipboard.
50
 
51
 
52
 
 
17
 
18
  This application demonstrates a drug discovery pipeline that allows users to:
19
 
20
+ * Generate novel beta-lactam molecules using a generative AI model that was fine-tuned with beta-lactam structures.
21
  * View the generated molecules with options to display and copy SMILES or SAFE strings.
22
  * Predict ADMET properties for the generated molecules using ADMET-AI.
23
 
24
  ## Features
25
 
26
  * Molecule Generation:
27
+ * Generates up to 3 beta-lactam molecules at a time.
28
+ * Users can adjust the creativity (temperature) of the generation process. Higher number leads to more diverse output.
29
+ * Generated molecules are named 'Mol01' to 'Mol03'.
30
  * Molecule Viewing:
31
  * Displays molecule structures using Streamlit.
32
+ * Option to view molecules as SMILES or SAFE encodings.
 
33
  * ADMET Property Prediction:
34
+ * Integrates ADMET-AI to predict select properties.
35
+ * Displays predicted properties of each molecule.
36
 
37
  ## How to Use the App
38
 
39
  1. Set Generation Parameters:
40
  * Use the sidebar to adjust the creativity (temperature) slider.
41
+ * Select the number of molecules to generate (maximum of 3).
42
+ 2. Generate Molecules:
 
 
43
  * Click the 'Generate Molecules' button.
44
  * Generated molecules will appear with their structures, strings, and predicted ADMET properties.
 
 
45
 
46
 
47