Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,15 @@ pinned: false
|
|
10 |
short_description: Research
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
short_description: Research
|
11 |
---
|
12 |
|
13 |
+
# 🧬 Ultimate AI-Powered Research MCP (Hugging Face Space)
|
14 |
+
|
15 |
+
- 🔬 Unified search: arXiv, PubMed, UMLS, OpenFDA, OpenAI
|
16 |
+
- 🧠 AI synthesis & Q&A: GPT-4o powered
|
17 |
+
- 🩺 Biomedical enrichment: Drugs, CUIs, adverse events
|
18 |
+
- 🚀 Plug-and-play: Add more APIs in minutes!
|
19 |
+
|
20 |
+
**Run locally:**
|
21 |
+
```bash
|
22 |
+
pip install -r requirements.txt
|
23 |
+
streamlit run app.py
|
24 |
+
|