/** * Copyright 2025 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import React from 'react'; import './DetailsPopup.css'; const DetailsPopup = ({ isOpen, onClose }) => { if (!isOpen) { return null; } return (
The Model: This demo features Google's MedGemma-27B, a Gemma 3-based model fine-tuned for comprehending medical text. It demonstrates MedGemma's ability to accelerate the development of AI-powered healthcare applications by offering advanced interpretation of medical data.
Accessing and Using the Model: Google's MedGemma-27B is available on HuggingFace
and is easily deployable via
Model
Garden
.
Learn more about using the model and its limitations on the HAI-DEF
developer site.
Health AI Developer Foundations (HAI-DEF) provides a collection of open-weight models and companion resources to empower developers in building AI models for healthcare.
Share this Demo: If you find this demonstration valuable, we encourage you to share it on social media. LinkedIn X/Tweet
Explore More Demos: Discover additional demonstrations on HuggingFace Spaces or via Colabs: