gpt2 / README.md
Robinhood135's picture
Update README.md
1a89ec7 verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
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:

  1. Stage 1: Report Generation (English)
    • Uses your private checkpoint from Robinhood135/gpt2 (BiomedCLIP + GPT-2).
  2. Stage 2: Translation (Hindi)
    • Uses the public model ai4bharat/indictrans2-en-indic-dist-200M.

⚠️ 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-medium to handle the large models.