Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Openmrs Core | 1,184 | a day ago | 9 | other | Java | |||||
OpenMRS API and web application code | ||||||||||
Dicom Server | 322 | a day ago | 11 | mit | C# | |||||
OSS Implementation of DICOMweb standard | ||||||||||
Monai Deploy App Sdk | 54 | 2 days ago | 10 | April 22, 2022 | 59 | apache-2.0 | Jupyter Notebook | |||
MONAI Deploy App SDK offers a framework and associated tools to design, develop and verify AI-driven applications in the healthcare imaging domain. | ||||||||||
Fhir Works On Aws Routing | 31 | 1 | 2 months ago | 1 | October 20, 2020 | 10 | apache-2.0 | TypeScript | ||
The routing implementation of the FHIR Works on AWS framework. Finding the correct component to handle the HTTP FHIR request | ||||||||||
Clara Dicom Adapter | 21 | 2 years ago | 2 | other | C# | |||||
DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems. | ||||||||||
Osler | 12 | 2 years ago | 62 | gpl-3.0 | Python | |||||
The SNHC's patient tracking and clinic tools. | ||||||||||
Healthcare Poc | 7 | 6 years ago | 1 | Java | ||||||
Healthcare POC showing HL7 ingress/egress/transformation in a highly available, scalable, event-driven system | ||||||||||
Healthcare Blockchain Solution Accelerator | 5 | 3 years ago | 9 | mit | C# | |||||
Healthcare Blockchain Solution Accelerator | ||||||||||
Illness Webapp | 3 | 6 months ago | 21 | mit | Python | |||||
Webapp zur Selbsttestung und Erhebung von Symptomen zu Covid-19 Erkrankungen | ||||||||||
Floswhistle Pandemic V2 | 2 | 3 years ago | 15 | apache-2.0 | JavaScript | |||||
A secure platform for patient care providers. |
If you want to know more about MONAI Deploy WG vision, overall structure, and guidelines, please read MONAI Deploy main repo first.
MONAI Deploy App SDK offers a framework and associated tools to design, develop and verify AI-driven applications in the healthcare imaging domain.
User guide is available at docs.monai.io.
To install the current release, you can simply run:
pip install monai-deploy-app-sdk # '--pre' to install a pre-release version.
Getting started guide is available at here.
pip install monai-deploy-app-sdk # '--pre' to install a pre-release version.
# Clone monai-deploy-app-sdk repository for accessing examples.
git clone https://github.com/Project-MONAI/monai-deploy-app-sdk.git
cd monai-deploy-app-sdk
# Install necessary dependencies for simple_imaging_app
pip install scikit-image
# Execute the app locally
python examples/apps/simple_imaging_app/app.py -i examples/apps/simple_imaging_app/brain_mr_input.jpg -o output
# Package app (creating MAP Docker image), using `-l DEBUG` option to see progress.
monai-deploy package examples/apps/simple_imaging_app -t simple_app:latest -l DEBUG
# Run the app with docker image and an input file locally
## Copy a test input file to 'input' folder
mkdir -p input && rm -rf input/*
cp examples/apps/simple_imaging_app/brain_mr_input.jpg input/
## Launch the app
monai-deploy run simple_app:latest input output
Tutorials are provided to help getting started with the App SDK, to name but a few below.
YouTube Video:
YouTube Video:
https://github.com/Project-MONAI/monai-deploy-app-sdk/tree/main/examples/apps has example apps that you can see.
For guidance on making a contribution to MONAI Deploy App SDK, see the contributing guidelines.
To participate, please join the MONAI Deploy App SDK weekly meetings on the calendar and review the meeting notes.
Join the conversation on Twitter @ProjectMONAI or join our Slack channel.
Ask and answer questions over on MONAI Deploy App SDK's GitHub Discussions tab.