A newer version of the Gradio SDK is available: 6.13.0
metadata
title: X-Ray Report Generator & Translator
emoji: 🏥
colorFrom: indigo
colorTo: blue
sdk: gradio
hardware: t4-medium
app_file: app.py
license: apache-2.0
short_description: Generates X-ray reports in English and translates to Hindi.
models:
- Robinhood135/gpt2
- microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224
- ai4bharat/indictrans2-en-indic-dist-200M
tags:
- vision
- translation
- medical
- radiology
- gradio
sdk_version: 6.0.0
🩺 Medical X-Ray Report Generator and Translator
This Hugging Face Space hosts a cascaded pipeline for Chest X-Ray analysis:
- Stage 1: Report Generation (English)
- Uses your private checkpoint from
Robinhood135/gpt2(BiomedCLIP + GPT-2).
- Uses your private checkpoint from
- Stage 2: Translation (Hindi)
- Uses the public model
ai4bharat/indictrans2-en-indic-dist-200M.
- Uses the public model
⚠️ Important Setup Notes:
- You must have your read-access Hugging Face Token set as a Repository Secret in the Space settings, named exactly
HF_TOKEN, to access the private checkpoints. - The hardware is set to
t4-mediumto handle the large models.