Update README.md
Browse files
README.md
CHANGED
@@ -10,190 +10,439 @@ short_description: AI-Powered Drug Discovery Pipeline Demo
|
|
10 |
---
|
11 |
# π¬ AI-Powered Drug Discovery Pipeline
|
12 |
|
13 |
-
|
14 |
|
15 |
-
|
|
|
|
|
|
|
16 |
|
17 |
-
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
22 |
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
-
|
|
|
29 |
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
- **Drug-Likeness Assessment**: Evaluate compounds using Lipinski's Rule of Five
|
36 |
-
- **Properties Dashboard**: Visualize molecular properties with interactive plots
|
37 |
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
-
|
49 |
-
- **
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
-
|
52 |
-
- **Regulatory Documentation**: AI/ML model documentation templates for FDA submission
|
53 |
-
- **Pharmacovigilance Simulation**: Real-world data analysis for adverse event detection
|
54 |
-
- **Ethical Framework**: Guidelines for responsible AI in healthcare
|
55 |
-
- **Adverse Event Analysis**: Statistical analysis and visualization of safety data
|
56 |
|
57 |
## π οΈ Technical Stack
|
58 |
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
|
|
70 |
|
71 |
-
|
72 |
-
- **Matplotlib/Seaborn**: Statistical plots and dashboards
|
73 |
-
- **Interactive 3D**: Protein and molecular structure viewers
|
74 |
-
- **Dark Theme**: Optimized for professional presentation
|
75 |
|
76 |
-
|
|
|
|
|
77 |
|
78 |
-
|
79 |
|
80 |
-
|
81 |
-
**https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline**
|
82 |
|
83 |
-
|
|
|
|
|
84 |
|
85 |
-
|
86 |
|
87 |
```bash
|
88 |
-
# Clone the repository
|
89 |
git clone <repository-url>
|
90 |
cd drug-discovery-pipeline
|
91 |
|
92 |
-
#
|
|
|
|
|
|
|
|
|
93 |
pip install -r requirements.txt
|
94 |
|
95 |
-
#
|
96 |
streamlit run app.py
|
97 |
```
|
98 |
|
99 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
|
|
|
101 |
```bash
|
102 |
-
# Build the Docker image
|
103 |
docker build -t drug-discovery-pipeline .
|
104 |
|
105 |
-
# Run the container
|
106 |
docker run -p 8501:8501 drug-discovery-pipeline
|
107 |
```
|
108 |
|
109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
|
|
|
|
|
|
|
111 |
```
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
```
|
124 |
|
125 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
|
127 |
-
|
128 |
-
- **Drug Discovery Training**: Learn the complete drug development pipeline
|
129 |
-
- **Cheminformatics Education**: Understand molecular property calculations
|
130 |
-
- **Bioinformatics Learning**: Explore protein structure analysis
|
131 |
-
- **AI in Healthcare**: Discover machine learning applications in drug development
|
132 |
|
133 |
-
###
|
134 |
-
-
|
135 |
-
- **
|
136 |
-
- **
|
137 |
-
- **
|
138 |
|
139 |
-
###
|
140 |
-
-
|
141 |
-
- **
|
142 |
-
- **
|
143 |
-
- **
|
|
|
|
|
144 |
|
145 |
## π¬ Scientific Methodology
|
146 |
|
147 |
-
### Molecular Analysis
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
|
153 |
-
|
154 |
-
- **Multi-source Data**: Combine structural, sequence, and chemical data
|
155 |
-
- **Real-world Evidence**: Incorporate post-market surveillance data
|
156 |
-
- **Regulatory Standards**: Align with FDA guidance on AI/ML in drug development
|
157 |
|
158 |
-
|
159 |
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
164 |
|
165 |
## π€ Contributing
|
166 |
|
167 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
|
|
|
|
173 |
|
174 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
|
176 |
-
|
177 |
|
178 |
## π Acknowledgments
|
179 |
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
|
|
184 |
|
185 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
- Check the documentation for troubleshooting
|
191 |
|
192 |
-
|
193 |
|
194 |
-
|
195 |
-
|
|
|
|
|
|
|
|
|
196 |
|
197 |
---
|
198 |
|
199 |
-
**
|
|
|
|
|
|
10 |
---
|
11 |
# π¬ AI-Powered Drug Discovery Pipeline
|
12 |
|
13 |
+
<div align="center">
|
14 |
|
15 |
+
[](https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline)
|
16 |
+
[](https://opensource.org/licenses/MIT)
|
17 |
+
[](https://www.python.org/)
|
18 |
+
[](https://www.docker.com/)
|
19 |
|
20 |
+
**An interactive demonstration of how artificial intelligence and computational tools can accelerate the drug discovery process from target identification to post-market surveillance.**
|
21 |
|
22 |
+
[π **Try Live Demo**](https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline) β’ [π **Documentation**](#-overview) β’ [π οΈ **Installation**](#-installation--usage) β’ [π€ **Contribute**](#-contributing)
|
23 |
|
24 |
+
</div>
|
25 |
|
26 |
+
---
|
27 |
+
|
28 |
+
## π― Overview
|
29 |
+
|
30 |
+
This comprehensive application integrates the four major phases of pharmaceutical drug development into a single, interactive web interface. Built with cutting-edge AI and computational biology tools, it demonstrates how modern technology can accelerate and optimize the traditionally lengthy drug discovery process.
|
31 |
+
|
32 |
+
### π Pipeline Phases
|
33 |
+
|
34 |
+
<table>
|
35 |
+
<tr>
|
36 |
+
<td width="25%" align="center">
|
37 |
+
|
38 |
+
**π― Phase 1**
|
39 |
+
<br>
|
40 |
+
**Discovery & Target ID**
|
41 |
+
<br>
|
42 |
+
<sub>Protein analysis & compound screening</sub>
|
43 |
|
44 |
+
</td>
|
45 |
+
<td width="25%" align="center">
|
46 |
|
47 |
+
**π§ͺ Phase 2**
|
48 |
+
<br>
|
49 |
+
**Lead Generation**
|
50 |
+
<br>
|
51 |
+
<sub>Virtual screening & ADMET prediction</sub>
|
|
|
|
|
52 |
|
53 |
+
</td>
|
54 |
+
<td width="25%" align="center">
|
55 |
+
|
56 |
+
**π¬ Phase 3**
|
57 |
+
<br>
|
58 |
+
**Preclinical Development**
|
59 |
+
<br>
|
60 |
+
<sub>Molecular analysis & toxicity testing</sub>
|
61 |
+
|
62 |
+
</td>
|
63 |
+
<td width="25%" align="center">
|
64 |
+
|
65 |
+
**π Phase 4**
|
66 |
+
<br>
|
67 |
+
**Implementation**
|
68 |
+
<br>
|
69 |
+
<sub>Regulatory docs & pharmacovigilance</sub>
|
70 |
+
|
71 |
+
</td>
|
72 |
+
</tr>
|
73 |
+
</table>
|
74 |
+
|
75 |
+
---
|
76 |
|
77 |
+
## β¨ Key Features
|
78 |
+
|
79 |
+
### π― **Phase 1: Discovery & Target Identification**
|
80 |
+
- **𧬠Protein Structure Fetching** - Retrieve 3D structures from PDB database
|
81 |
+
- **π FASTA Sequence Analysis** - Fetch and analyze protein sequences from NCBI
|
82 |
+
- **π Interactive 3D Visualization** - Explore protein structures with py3Dmol
|
83 |
+
- **βοΈ Molecular Property Calculation** - Compute physicochemical properties using RDKit
|
84 |
+
- **π Drug-Likeness Assessment** - Evaluate compounds using Lipinski's Rule of Five
|
85 |
+
- **π Properties Dashboard** - Visualize molecular properties with interactive plots
|
86 |
+
|
87 |
+
### π§ͺ **Phase 2: Lead Generation & Optimization**
|
88 |
+
- **π― Virtual Screening Simulation** - Rank compounds by predicted binding affinity
|
89 |
+
- **π ADMET Prediction** - Assess Absorption, Distribution, Metabolism, Excretion, and Toxicity
|
90 |
+
- **π¬ 2D/3D Molecular Visualization** - Interactive molecule viewers with dark theme
|
91 |
+
- **π Protein-Ligand Interaction** - Visualize binding sites and molecular interactions
|
92 |
+
- **π Lead Compound Analysis** - Analyze drugs like Oseltamivir, Zanamivir, Aspirin, and Ibuprofen
|
93 |
+
|
94 |
+
### π¬ **Phase 3: Preclinical Development**
|
95 |
+
- **π Comprehensive Property Analysis** - Extended molecular descriptor calculations
|
96 |
+
- **π€ AI-Powered Toxicity Prediction** - Machine learning model for toxicity risk assessment
|
97 |
+
- **𧬠Advanced Compound Profiling** - Analysis of clinical candidates including Remdesivir and Penicillin G
|
98 |
+
- **π¨ 3D Molecular Gallery** - Interactive visualization of compound libraries
|
99 |
+
|
100 |
+
### π **Phase 4: Implementation & Post-Market**
|
101 |
+
- **π Regulatory Documentation** - AI/ML model documentation templates for FDA submission
|
102 |
+
- **β οΈ Pharmacovigilance Simulation** - Real-world data analysis for adverse event detection
|
103 |
+
- **π‘οΈ Ethical Framework** - Guidelines for responsible AI in healthcare
|
104 |
+
- **π Adverse Event Analysis** - Statistical analysis and visualization of safety data
|
105 |
|
106 |
+
---
|
|
|
|
|
|
|
|
|
107 |
|
108 |
## π οΈ Technical Stack
|
109 |
|
110 |
+
<div align="center">
|
111 |
+
|
112 |
+
### **Core Technologies**
|
113 |
+
|
114 |
+
| Category | Technologies |
|
115 |
+
|----------|-------------|
|
116 |
+
| **π₯οΈ Framework** |  |
|
117 |
+
| **π§ͺ Cheminformatics** |  |
|
118 |
+
| **𧬠Bioinformatics** |  |
|
119 |
+
| **π¨ Visualization** |   |
|
120 |
+
| **π€ Machine Learning** |  |
|
121 |
+
|
122 |
+
### **Data Sources**
|
123 |
+
|
124 |
+
| Source | Description |
|
125 |
+
|--------|-------------|
|
126 |
+
| **ποΈ PDB** | Protein Data Bank - 3D protein structures |
|
127 |
+
| **𧬠NCBI** | Protein sequences and biological data |
|
128 |
+
| **π ChEMBL** | Bioactivity database (referenced) |
|
129 |
+
|
130 |
+
</div>
|
131 |
|
132 |
+
---
|
133 |
+
|
134 |
+
## π Installation & Usage
|
135 |
+
|
136 |
+
### π **Quick Start - Hugging Face Spaces**
|
137 |
|
138 |
+
The easiest way to explore the pipeline:
|
|
|
|
|
|
|
139 |
|
140 |
+
```bash
|
141 |
+
π https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline
|
142 |
+
```
|
143 |
|
144 |
+
> **No installation required!** Simply click the link above to start exploring.
|
145 |
|
146 |
+
### π» **Local Development**
|
|
|
147 |
|
148 |
+
#### **Prerequisites**
|
149 |
+
- Python 3.8 or higher
|
150 |
+
- Git
|
151 |
|
152 |
+
#### **Setup**
|
153 |
|
154 |
```bash
|
155 |
+
# π₯ Clone the repository
|
156 |
git clone <repository-url>
|
157 |
cd drug-discovery-pipeline
|
158 |
|
159 |
+
# π§ Create virtual environment (recommended)
|
160 |
+
python -m venv venv
|
161 |
+
source venv/bin/activate # On Windows: venv\Scripts\activate
|
162 |
+
|
163 |
+
# π¦ Install dependencies
|
164 |
pip install -r requirements.txt
|
165 |
|
166 |
+
# π Launch the application
|
167 |
streamlit run app.py
|
168 |
```
|
169 |
|
170 |
+
#### **Access the Application**
|
171 |
+
```
|
172 |
+
π Local URL: http://localhost:8501
|
173 |
+
```
|
174 |
+
|
175 |
+
### π³ **Docker Deployment**
|
176 |
+
|
177 |
+
#### **Option 1: Quick Run**
|
178 |
+
```bash
|
179 |
+
# πββοΈ Run directly from Docker Hub (if available)
|
180 |
+
docker run -p 8501:8501 alidenewade/drug-discovery-pipeline
|
181 |
+
```
|
182 |
|
183 |
+
#### **Option 2: Build from Source**
|
184 |
```bash
|
185 |
+
# π¨ Build the Docker image
|
186 |
docker build -t drug-discovery-pipeline .
|
187 |
|
188 |
+
# π Run the container
|
189 |
docker run -p 8501:8501 drug-discovery-pipeline
|
190 |
```
|
191 |
|
192 |
+
#### **Docker Compose (Advanced)**
|
193 |
+
```yaml
|
194 |
+
# docker-compose.yml
|
195 |
+
version: '3.8'
|
196 |
+
services:
|
197 |
+
drug-discovery:
|
198 |
+
build: .
|
199 |
+
ports:
|
200 |
+
- "8501:8501"
|
201 |
+
environment:
|
202 |
+
- STREAMLIT_SERVER_PORT=8501
|
203 |
+
volumes:
|
204 |
+
- ./data:/app/data # Optional: for persistent data
|
205 |
+
```
|
206 |
|
207 |
+
```bash
|
208 |
+
# π³ Deploy with Docker Compose
|
209 |
+
docker-compose up -d
|
210 |
```
|
211 |
+
|
212 |
+
---
|
213 |
+
|
214 |
+
## π Dependencies
|
215 |
+
|
216 |
+
<details>
|
217 |
+
<summary><strong>π¦ Click to view complete requirements.txt</strong></summary>
|
218 |
+
|
219 |
+
```txt
|
220 |
+
# π₯οΈ Web Framework
|
221 |
+
streamlit>=1.28.0
|
222 |
+
|
223 |
+
# π Data Processing
|
224 |
+
pandas>=1.5.0
|
225 |
+
numpy>=1.24.0
|
226 |
+
|
227 |
+
# π Visualization
|
228 |
+
matplotlib>=3.6.0
|
229 |
+
seaborn>=0.12.0
|
230 |
+
plotly>=5.15.0
|
231 |
+
|
232 |
+
# π Network & APIs
|
233 |
+
requests>=2.28.0
|
234 |
+
|
235 |
+
# πΌοΈ Image Processing
|
236 |
+
pillow>=9.5.0
|
237 |
+
|
238 |
+
# π§ͺ Cheminformatics
|
239 |
+
rdkit>=2023.3.1
|
240 |
+
|
241 |
+
# 𧬠Bioinformatics
|
242 |
+
biopython>=1.81
|
243 |
+
|
244 |
+
# π€ Machine Learning
|
245 |
+
scikit-learn>=1.3.0
|
246 |
+
|
247 |
+
# π¨ 3D Molecular Visualization
|
248 |
+
py3dmol>=2.0.0
|
249 |
+
|
250 |
+
# π§ Utilities
|
251 |
+
streamlit-option-menu>=0.3.6
|
252 |
+
streamlit-aggrid>=0.3.4
|
253 |
```
|
254 |
|
255 |
+
</details>
|
256 |
+
|
257 |
+
---
|
258 |
+
|
259 |
+
## π― Use Cases & Applications
|
260 |
+
|
261 |
+
<div align="center">
|
262 |
+
|
263 |
+
| π **Educational** | π¬ **Research** | π **Industry** |
|
264 |
+
|-------------------|-----------------|------------------|
|
265 |
+
| Drug discovery training | Proof of concept demos | Pipeline optimization |
|
266 |
+
| Cheminformatics education | Method validation | AI strategy planning |
|
267 |
+
| Bioinformatics learning | Collaborative research | Regulatory compliance |
|
268 |
+
| AI in healthcare | Publication support | Risk assessment |
|
269 |
|
270 |
+
</div>
|
|
|
|
|
|
|
|
|
271 |
|
272 |
+
### π **Educational Applications**
|
273 |
+
- **π University Courses** - Pharmaceutical sciences, computational biology
|
274 |
+
- **π©βπ« Training Programs** - Professional development in drug discovery
|
275 |
+
- **π Self-Learning** - Interactive exploration of drug development concepts
|
276 |
+
- **π― Workshops** - Hands-on demonstrations for conferences and seminars
|
277 |
|
278 |
+
### π¬ **Research Applications**
|
279 |
+
- **π‘ Hypothesis Generation** - Explore structure-activity relationships
|
280 |
+
- **π§ͺ Method Development** - Test computational approaches
|
281 |
+
- **π Data Visualization** - Create publication-ready figures
|
282 |
+
- **π€ Collaboration** - Share analyses with research teams
|
283 |
+
|
284 |
+
---
|
285 |
|
286 |
## π¬ Scientific Methodology
|
287 |
|
288 |
+
### **𧬠Molecular Analysis Framework**
|
289 |
+
|
290 |
+
| Method | Description | Implementation |
|
291 |
+
|--------|-------------|----------------|
|
292 |
+
| **π Lipinski's Rule of Five** | Drug-likeness assessment | RDKit molecular descriptors |
|
293 |
+
| **π ADMET Profiling** | Pharmacokinetic predictions | Machine learning models |
|
294 |
+
| **β οΈ Toxicity Modeling** | Safety risk assessment | Ensemble ML algorithms |
|
295 |
+
| **π SAR Analysis** | Structure-activity relationships | Statistical correlation analysis |
|
296 |
+
|
297 |
+
### **π Data Integration Pipeline**
|
298 |
+
|
299 |
+
```mermaid
|
300 |
+
graph LR
|
301 |
+
A[𧬠Structural Data] --> D[π Integration Engine]
|
302 |
+
B[π Chemical Data] --> D
|
303 |
+
C[π Biological Data] --> D
|
304 |
+
D --> E[π€ AI Analysis]
|
305 |
+
E --> F[π Results Dashboard]
|
306 |
+
```
|
307 |
+
|
308 |
+
---
|
309 |
+
|
310 |
+
## β οΈ Important Disclaimers
|
311 |
|
312 |
+
<div align="center">
|
|
|
|
|
|
|
313 |
|
314 |
+
> **π¨ FOR EDUCATIONAL AND RESEARCH PURPOSES ONLY**
|
315 |
|
316 |
+
</div>
|
317 |
+
|
318 |
+
| β οΈ **Limitation** | π **Details** |
|
319 |
+
|-------------------|----------------|
|
320 |
+
| **π Educational Tool** | Demonstration purposes only, not for actual drug development |
|
321 |
+
| **π² Simulated Data** | Some analyses use simulated data for illustration |
|
322 |
+
| **π Regulatory Compliance** | Consult regulatory agencies for actual submissions |
|
323 |
+
| **π¨ββοΈ Professional Use** | Real development requires validated, regulated systems |
|
324 |
+
| **π¬ Research Grade** | Requires validation for production use |
|
325 |
+
|
326 |
+
---
|
327 |
|
328 |
## π€ Contributing
|
329 |
|
330 |
+
We welcome contributions from the community! Here's how you can help:
|
331 |
+
|
332 |
+
### **π οΈ Development Guidelines**
|
333 |
+
|
334 |
+
```bash
|
335 |
+
# π΄ Fork the repository
|
336 |
+
git fork https://github.com/username/drug-discovery-pipeline
|
337 |
+
|
338 |
+
# πΏ Create a feature branch
|
339 |
+
git checkout -b feature/amazing-feature
|
340 |
+
|
341 |
+
# π» Make your changes
|
342 |
+
# ... code changes ...
|
343 |
+
|
344 |
+
# β
Test your changes
|
345 |
+
python -m pytest tests/
|
346 |
+
|
347 |
+
# π Commit your changes
|
348 |
+
git commit -m "Add amazing feature"
|
349 |
+
|
350 |
+
# π Push to your branch
|
351 |
+
git push origin feature/amazing-feature
|
352 |
+
|
353 |
+
# π Create a Pull Request
|
354 |
+
```
|
355 |
+
|
356 |
+
### **π Contribution Areas**
|
357 |
+
|
358 |
+
- **π Bug Fixes** - Fix issues and improve stability
|
359 |
+
- **β¨ New Features** - Add new analysis methods or visualizations
|
360 |
+
- **π Documentation** - Improve README, add tutorials
|
361 |
+
- **π§ͺ Testing** - Expand test coverage
|
362 |
+
- **π¨ UI/UX** - Enhance user interface and experience
|
363 |
+
- **β‘ Performance** - Optimize for speed and memory usage
|
364 |
+
|
365 |
+
### **π Code Standards**
|
366 |
+
|
367 |
+
- **π Python Style** - Follow PEP 8 guidelines
|
368 |
+
- **π Documentation** - Add docstrings and comments
|
369 |
+
- **π§ͺ Testing** - Include unit tests for new features
|
370 |
+
- **π§ Type Hints** - Use type annotations where applicable
|
371 |
+
|
372 |
+
---
|
373 |
+
|
374 |
+
## π Support & Community
|
375 |
+
|
376 |
+
<div align="center">
|
377 |
+
|
378 |
+
### **π¬ Get Help**
|
379 |
+
|
380 |
+
[](https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline/discussions)
|
381 |
+
|
382 |
+
</div>
|
383 |
|
384 |
+
| π **Issue Type** | π **Where to Go** |
|
385 |
+
|------------------|-------------------|
|
386 |
+
| **π Bug Reports** | GitHub Issues (if available) |
|
387 |
+
| **π‘ Feature Requests** | Hugging Face Discussions |
|
388 |
+
| **β Usage Questions** | Community Tab on HF Space |
|
389 |
+
| **π Documentation** | README and inline help |
|
390 |
|
391 |
+
---
|
392 |
+
|
393 |
+
## π License & Citation
|
394 |
+
|
395 |
+
### **π License**
|
396 |
+
This project is licensed under the **MIT License** - see the LICENSE file for details.
|
397 |
+
|
398 |
+
### **π Citation**
|
399 |
+
If you use this tool in your research or education, please cite:
|
400 |
+
|
401 |
+
```bibtex
|
402 |
+
@software{drug_discovery_pipeline_2024,
|
403 |
+
title={AI-Powered Drug Discovery Pipeline},
|
404 |
+
author={alidenewade},
|
405 |
+
year={2024},
|
406 |
+
url={https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline},
|
407 |
+
note={Interactive demonstration of AI in pharmaceutical development}
|
408 |
+
}
|
409 |
+
```
|
410 |
|
411 |
+
---
|
412 |
|
413 |
## π Acknowledgments
|
414 |
|
415 |
+
<div align="center">
|
416 |
+
|
417 |
+
**Built with β€οΈ by the open-source community**
|
418 |
+
|
419 |
+
</div>
|
420 |
|
421 |
+
| ποΈ **Organization** | π― **Contribution** |
|
422 |
+
|---------------------|---------------------|
|
423 |
+
| **π§ͺ RDKit Community** | Excellent cheminformatics tools and algorithms |
|
424 |
+
| **ποΈ PDB & NCBI** | Open access to biological and structural data |
|
425 |
+
| **π₯οΈ Streamlit Team** | Intuitive web application framework |
|
426 |
+
| **𧬠BioPython** | Comprehensive biological computation tools |
|
427 |
+
| **π€ Scikit-learn** | Machine learning algorithms and utilities |
|
428 |
+
| **π¨ py3Dmol** | Beautiful 3D molecular visualization |
|
429 |
+
| **π¬ Scientific Community** | Advancing computational drug discovery |
|
430 |
|
431 |
+
---
|
432 |
+
|
433 |
+
## π Quick Links
|
|
|
434 |
|
435 |
+
<div align="center">
|
436 |
|
437 |
+
| π **Action** | π **Link** |
|
438 |
+
|---------------|-------------|
|
439 |
+
| **π Live Demo** | [Try Now](https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline) |
|
440 |
+
| **π€ Author Profile** | [alidenewade](https://huggingface.co/alidenewade) |
|
441 |
+
| **π¬ Discussions** | [Community](https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline/discussions) |
|
442 |
+
| **π Analytics** | [Space Stats](https://huggingface.co/spaces/alidenewade/drug-discovery-pipeline) |
|
443 |
|
444 |
---
|
445 |
|
446 |
+
<sub>β **Star this project if you find it useful!** β</sub>
|
447 |
+
|
448 |
+
</div>
|