Pharma-Intelligence / README.md
PatsnapLifeScience
fix: pin Python 3.12 for HF Space compatibility
d2ce2de
|
Raw
History Blame Contribute Delete
1.53 kB
---
title: Pharma Intelligence
emoji: 🧬
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 5.0.0
python_version: 3.12
app_file: app.py
pinned: false
license: mit
---
# 🧬 PatSnap Pharma Intelligence
**AI-Powered Drug Discovery Intelligence Agent** β€” explore targets, drugs, diseases, companies, and clinical trials.
## Modules
| Module | Description |
|--------|-------------|
| πŸ€– **Agent Chat** | Natural language β†’ intent routing β†’ structured report |
| 🎯 **Target Intelligence** | Deep analysis of drug targets (biology, drugs, pipeline) |
| πŸ’Š **Drug Exploration** | Pipeline drugs by target, disease, mechanism, or company |
| πŸ₯ **Disease Investigation** | Disease landscape, epidemiology, treatments |
| 🏒 **Company Profiling** | Pharma pipeline & strategic analysis |
| πŸ§ͺ **Clinical Trials** | Trial landscape by indication, phase, sponsor |
## How It Works
1. **Ask in natural language** β€” The agent parses your intent
2. **MCP-powered search** β€” Connects to PatSnap's pharmaceutical intelligence database
3. **Structured reports** β€” Generates professional-grade reports with pipeline tables, statistics, and insights
## Configuration
### API Key (Optional)
Set the `PATSNAP_API_KEY` environment variable in your Space settings to enable live pharmaceutical data. Without it, the demo uses a built-in knowledge base.
```bash
PATSNAP_API_KEY=your_key_here
```
## Powered By
- [PatSnap Life Sciences MCP](https://github.com/patsnap/skills)
- [Gradio](https://gradio.app)