mgbam commited on
Commit
f23f232
·
verified ·
1 Parent(s): 5e3c7b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -10,4 +10,15 @@ pinned: false
10
  short_description: Research
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
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
+