Godfrey / README.md
AmeyaKawthalkar's picture
Update README.md
ba9a861 verified
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 check
  • POST /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.