/* # 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 styles from './LandingScreen.module.css'; import IconAstrophotography from '../icons/IconAstrophotography'; import IconPerson from '../icons/IconPerson'; import IconGemma from '../icons/IconGemma'; import demoImage from '../assets/home_chest_logo.jpg'; const LandingScreen = ({onStartJourney}) => { return (
Mastering Chest X-Ray (CXR) is a complex skill. What if AI could facilitate your learning process? This demo
shows that MedGemma can be used to build such a tool to help medical students sharpen their CXR
interpretation skills. Select a case, and the system will guide you through various observations to a
clinical finding using multiple-choice questions, concluding with a summary of your learning journey.
MedGemma capabilities showcased
Disclaimer: This demonstration is for illustrative purposes only and does not represent a finished or approved product. It is not representative of compliance to any regulations or standards for quality, safety or efficacy. Any real-world application would require additional development, training, and adaptation. The experience highlighted in this demo shows MedGemma's baseline capability for the displayed task and is intended to help developers and users explore possible applications and inspire further development.