alidenewade commited on
Commit
3546c93
Β·
verified Β·
1 Parent(s): 845bf0b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -4
README.md CHANGED
@@ -10,8 +10,12 @@ short_description: AI-Powered Drug Discovery Pipeline Demo
10
  ---
11
  # πŸ”¬ AI-Powered Drug Discovery Pipeline
12
 
 
 
13
  An interactive demonstration of how artificial intelligence and computational tools can accelerate the drug discovery process from target identification to post-market surveillance.
14
 
 
 
15
  ## πŸš€ Overview
16
 
17
  This application integrates the four major phases of drug development into a single, interactive web interface:
@@ -71,6 +75,13 @@ This application integrates the four major phases of drug development into a sin
71
 
72
  ## πŸ”§ Installation & Usage
73
 
 
 
 
 
 
 
 
74
  ### Running Locally
75
 
76
  ```bash
@@ -174,11 +185,15 @@ This project is licensed under the MIT License - see the LICENSE file for detail
174
  ## πŸ“ž Support
175
 
176
  For questions, issues, or suggestions:
177
- - Open an issue on the repository
178
- - Contact the development team
179
  - Check the documentation for troubleshooting
180
 
 
 
 
 
 
181
  ---
182
 
183
- **Disclaimer**: This application is for educational and research purposes only. It should not be used for actual drug development without proper validation and regulatory oversight.
184
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  ---
11
  # πŸ”¬ AI-Powered Drug Discovery Pipeline
12
 
13
+ [![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline)
14
+
15
  An interactive demonstration of how artificial intelligence and computational tools can accelerate the drug discovery process from target identification to post-market surveillance.
16
 
17
+ **πŸš€ [Try the Live Demo](https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline)**
18
+
19
  ## πŸš€ Overview
20
 
21
  This application integrates the four major phases of drug development into a single, interactive web interface:
 
75
 
76
  ## πŸ”§ Installation & Usage
77
 
78
+ ### Running on Hugging Face Spaces
79
+
80
+ The application is deployed and ready to use at:
81
+ **https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline**
82
+
83
+ Simply click the link above to start exploring the drug discovery pipeline!
84
+
85
  ### Running Locally
86
 
87
  ```bash
 
185
  ## πŸ“ž Support
186
 
187
  For questions, issues, or suggestions:
188
+ - Visit the [Hugging Face Space](https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline)
189
+ - Open a discussion on the Space's Community tab
190
  - Check the documentation for troubleshooting
191
 
192
+ ## πŸ”— Links
193
+
194
+ - **Live Demo**: https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline
195
+ - **Hugging Face Profile**: https://huggingface.co/alidenewade
196
+
197
  ---
198
 
199
+ **Disclaimer**: This application is for educational and research purposes only. It should not be used for actual drug development without proper validation and regulatory oversight.