This is the Dockerized frontend for RadGPT, a Vite + React-based application tailored for radiology report generation and integration with AI models and FHIR services.
If you donβt have Docker yet, follow the official installation guide for your platform:
π https://docs.docker.com/get-docker/
After installation, you can verify Docker is working by running:
docker --versionYou can run the prebuilt frontend image directly using Docker Compose:
docker-compose up -dThen open http://localhost:2678 in your browser.
The app is served on port 2678 of your local machine.
radgpt.gifβ Demo GIF showing app functionalityexample_imaging_study_list.jsonβ Example FHIR imaging study listexample_questionnaire.jsonβ Example structured questionnaire (from DRG Freiburg)
You can explore the example_questionnaire.json file or view similar templates at:
π https://drg-befundvorlagen.uniklinik-freiburg.de
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License.
You are free to use, and share this project for non-commercial purposes, with proper attribution.
π View Full License
