Spaces:
Sleeping
Sleeping
| title: DxAI — Disease Identification | |
| emoji: 🩺 | |
| colorFrom: green | |
| colorTo: blue | |
| sdk: docker | |
| sdk_version: 4.44.0 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| short_description: AI-powered symptom analysis and disease identification | |
| # 🩺 DxAI — Disease Identification | |
| An AI-powered tool for symptom analysis and disease identification, built with [Claude](https://anthropic.com) and Gradio. | |
| ## Features | |
| - **Symptom Analysis** — Describe symptoms in plain language and get ranked possible conditions | |
| - **Image Analysis** — Upload photos of skin conditions, rashes, or other visual symptoms | |
| - **Structured Output** — Results organized into Possible Conditions, Symptom Analysis, and Recommended Actions | |
| - **Safe & Responsible** — Every response includes appropriate medical disclaimers | |
| ## How to Use | |
| 1. **Describe your symptoms** in the text box — include duration, severity, and relevant medical history | |
| 2. Optionally **upload an image** (skin conditions, rashes, etc.) | |
| 3. Click **Run Diagnostic Analysis** | |
| 4. Review the AI-generated analysis | |
| ## Setup | |
| You'll need an Anthropic API key set as a Space secret named `ANTHROPIC_API_KEY`. | |
| ## Disclaimer | |
| > ⚠️ This tool is for **educational and informational purposes only**. It does not constitute medical advice, diagnosis, or treatment. Always consult a qualified healthcare professional for any medical concerns. | |
| ## Tech Stack | |
| - **AI**: Claude (claude-opus-4-5) via Anthropic API | |
| - **UI**: Gradio 4.x | |
| - **Image processing**: Pillow |