CoolFace
Apppublic

PatSnap/Pharma-Intelligence

sourceHugging Facemitupdated 4mo agoView on Hugging Face
1likes
README.md49 linesDownload Raw Back to root
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