PatSnap/Pharma-Intelligence
1
1---2title: Pharma Intelligence3emoji: ๐งฌ4colorFrom: blue5colorTo: indigo6sdk: gradio7sdk_version: 5.0.08python_version: 3.129app_file: app.py10pinned: false11license: mit12---13 14# ๐งฌ PatSnap Pharma Intelligence15 16**AI-Powered Drug Discovery Intelligence Agent** โ explore targets, drugs, diseases, companies, and clinical trials.17 18## Modules19 20| Module | Description |21|--------|-------------|22| ๐ค **Agent Chat** | Natural language โ intent routing โ structured report |23| ๐ฏ **Target Intelligence** | Deep analysis of drug targets (biology, drugs, pipeline) |24| ๐ **Drug Exploration** | Pipeline drugs by target, disease, mechanism, or company |25| ๐ฅ **Disease Investigation** | Disease landscape, epidemiology, treatments |26| ๐ข **Company Profiling** | Pharma pipeline & strategic analysis |27| ๐งช **Clinical Trials** | Trial landscape by indication, phase, sponsor |28 29## How It Works30 311. **Ask in natural language** โ The agent parses your intent322. **MCP-powered search** โ Connects to PatSnap's pharmaceutical intelligence database333. **Structured reports** โ Generates professional-grade reports with pipeline tables, statistics, and insights34 35## Configuration36 37### API Key (Optional)38 39Set 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.40 41```bash42PATSNAP_API_KEY=your_key_here43```44 45## Powered By46 47- [PatSnap Life Sciences MCP](https://github.com/patsnap/skills)48- [Gradio](https://gradio.app)49 