Spaces:
Running
Running
metadata
title: Godfrey Medical AI
emoji: 🩺
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
license: mit
Godfrey - Medical AI Assistant
A medical AI assistant powered by MedGemma for radiology report generation.
Features
- Medical image analysis
- Radiology report generation
- RESTful API endpoints
API Endpoints
GET /health
- Health checkPOST /chat
- Generate medical reports
Example Request
curl -X POST https://ameyakawthalkar-godfrey.hf.space/chat \
-H "Content-Type: application/json" \
-d '{"messages": [{"role": "user", "content": "63 yo male, chest x-ray shows consolidation"}]}'
Development
This space uses FastAPI with MedGemma model for medical text generation.