An AI-powered radiology assistant that uses MedGemma to help radiologists analyze medical images, generate preliminary reports, and provide clinical decision support.
docs/writeup.md| Criteria | Weight | Description |
|---|---|---|
| Effective use of HAI-DEF models | 20% | Appropriate use of MedGemma/HAI-DEF models |
| Problem domain | 15% | Importance of problem, clarity of definition |
| Impact potential | 15% | Real-world impact if solution works |
| Product feasibility | 20% | Technical feasibility, deployment considerations |
| Execution and communication | 30% | Quality of demo, writeup, and code |
# Clone the repository
cd /home/david/Documents/medgemma
# Create virtual environment
python -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Accept HAI-DEF terms on Hugging Face
# Visit: https://huggingface.co/google/medgemma-4b-it
# Login to Hugging Face
huggingface-cli login
# Run the Gradio demo
python app.py
# Or run with Streamlit
streamlit run streamlit_app.py
medgemma/
βββ README.md # This file
βββ requirements.txt # Python dependencies
βββ app.py # Main Gradio application
βββ streamlit_app.py # Alternative Streamlit app
βββ src/
β βββ __init__.py
β βββ model.py # MedGemma model wrapper
β βββ agents.py # Agentic workflow components
β βββ utils.py # Utility functions
β βββ prompts.py # Prompt templates
βββ notebooks/
β βββ 01_quickstart.ipynb # Quick start notebook
β βββ 02_fine_tuning.ipynb # Fine-tuning example
β βββ 03_evaluation.ipynb # Model evaluation
βββ docs/
β βββ writeup.md # Competition writeup
β βββ technical_details.md # Technical documentation
βββ tests/
β βββ test_model.py # Unit tests
βββ examples/
βββ sample_images/ # Sample medical images for demo
google/medgemma-4b-it): Multimodal model for medical image and text comprehensiongoogle/medsiglip-448): For medical image embeddings and retrievalgoogle/medasr): For voice-based radiology dictationgoogle/medgemma-27b-text-it): For complex clinical reasoningThis project is licensed under CC BY 4.0 as required by the competition rules.
[Your team information here]
Built with MedGemma for the MedGemma Impact Challenge 2026
1 commits
Python
79.6%
Jupyter Notebook
18.9%
Dockerfile
1.6%
An AI-powered radiology assistant that uses MedGemma to help radiologists analyze medical images, generate preliminary reports, and provide clinical decision support.
docs/writeup.md| Criteria | Weight | Description |
|---|---|---|
| Effective use of HAI-DEF models | 20% | Appropriate use of MedGemma/HAI-DEF models |
| Problem domain | 15% | Importance of problem, clarity of definition |
| Impact potential | 15% | Real-world impact if solution works |
| Product feasibility | 20% | Technical feasibility, deployment considerations |
| Execution and communication | 30% | Quality of demo, writeup, and code |
# Clone the repository
cd /home/david/Documents/medgemma
# Create virtual environment
python -m venv venv
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Accept HAI-DEF terms on Hugging Face
# Visit: https://huggingface.co/google/medgemma-4b-it
# Login to Hugging Face
huggingface-cli login
# Run the Gradio demo
python app.py
# Or run with Streamlit
streamlit run streamlit_app.py
medgemma/
βββ README.md # This file
βββ requirements.txt # Python dependencies
βββ app.py # Main Gradio application
βββ streamlit_app.py # Alternative Streamlit app
βββ src/
β βββ __init__.py
β βββ model.py # MedGemma model wrapper
β βββ agents.py # Agentic workflow components
β βββ utils.py # Utility functions
β βββ prompts.py # Prompt templates
βββ notebooks/
β βββ 01_quickstart.ipynb # Quick start notebook
β βββ 02_fine_tuning.ipynb # Fine-tuning example
β βββ 03_evaluation.ipynb # Model evaluation
βββ docs/
β βββ writeup.md # Competition writeup
β βββ technical_details.md # Technical documentation
βββ tests/
β βββ test_model.py # Unit tests
βββ examples/
βββ sample_images/ # Sample medical images for demo
google/medgemma-4b-it): Multimodal model for medical image and text comprehensiongoogle/medsiglip-448): For medical image embeddings and retrievalgoogle/medasr): For voice-based radiology dictationgoogle/medgemma-27b-text-it): For complex clinical reasoningThis project is licensed under CC BY 4.0 as required by the competition rules.
[Your team information here]
Built with MedGemma for the MedGemma Impact Challenge 2026
1 commits
Python
79.6%
Jupyter Notebook
18.9%
Dockerfile
1.6%