🎮

appoint-ready

FNI 14.6
by google docker

"--- title: Appoint Ready - MedGemma Demo emoji: 📋 colorFrom: blue colorTo: gray sdk: docker models: - google/medgemma-27b-text-it pinned: false license: apache-2.0 short_description: 'Simulated Pre-visit Intake Demo built using MedGemma' --- - Demo Description - Technical Architecture - Running the..."

Best Scenarios

Interactive UI Demo

Technical Constraints

Generic Use
docker SDK
CPU Config
Running Status
168 Likes

🕸️ Neural Graph Explorer

v15.13

Graph Overview

263 Entities
273 Connections
Explore Full Graph →

📈 Interest Trend

--

* Real-time activity index across HuggingFace, GitHub and Research citations.

🔬Deep Dive

Expand Details [+]

🛠️ Technical Profile

Hardware & Scale

SDK
docker
Hardware
V100
Status
Running

🌐 Cloud & Rights

Source
huggingface
License
Apache-2.0

🎮 Demo Preview

Interact with caution. Content generated by third-party code.

💻 Usage

docker pull appoint-ready
git clone https://huggingface.co/spaces/google/appoint-ready

Space Overview

Table of Contents

AppointReady: Simulated Pre-visit Intake Demo built using MedGemma

Healthcare providers often seek efficient ways to gather comprehensive patient information before appointments. This demo illustrates how MedGemma could be used in an application to streamline pre-visit information collection and utilization.

The demonstration first asks questions to gather pre-visit information. After it has identified and collected relevant information, the demo application generates a pre-visit report using both collected and health record information (stored as FHIR resources for this demonstration). This type of intelligent pre-visit report can help providers be more efficient and effective while also providing an improved experience for patients compared to traditional intake forms.

At the conclusion of the demo, you can view an evaluation of the pre-visit report which provides additional insights into the quality of the demonstrated capabilities. For this evaluation, MedGemma is provided the patient's reference diagnosis, allowing MedGemma to create a self-evaluation report highlighting strengths as well as areas for improvement.

Technical Architecture

This application is composed of several key components:

* Frontend: A web interface built with React that provides the user interface for the chat and report visualization. * Backend: A Python server built with Gunicorn/Flask that handles the application logic. It communicates with the LLMs, manages the conversation flow, and generates the final pre-visit report. * API called: * MedGemma: Acts as the clinical assistant, asking relevant questions and summarizing information. * Gemini:

8,181 characters total