Coder Social home page Coder Social logo

tangy5 / model-zoo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from project-monai/model-zoo

1.0 0.0 0.0 35.21 MB

MONAI Model Zoo that hosts models in the MONAI Bundle format.

License: Apache License 2.0

Shell 2.29% Python 38.82% Jupyter Notebook 58.89%

model-zoo's Introduction

MONAI Model Zoo

MONAI Model Zoo hosts a collection of medical imaging models in the MONAI Bundle format. All source code of models (bundles) are tracked in models/, and for each distinct version of a bundle, it will be archived as a .zip file (named in the form of bundle_name_version.zip) and stored in Releases.

Getting Started

To browse the available models, please see https://monai.io/model-zoo.

A basic example to download and extract a bundle is:

pip install "monai[fire]"
python -m monai.bundle download "wholeBody_ct_segmentation" --bundle_dir "bundles/"
  • The commands will download wholeBody_ct_segmentation to the current directory's bundles/ subdirectory.
  • For more downloading options, please run python -m monai.bundle download -h
  • For the specific usage of a bundle, please refer to its docs folder, for example, bundles/wholeBody_ct_segmentation/docs.

To get started with the models, please see the example use cases.

License

Bundles released on the MONAI Model Zoo require a license for the software itself comprising the configuration files and model weights. You are required to adhere to the license conditions included with each bundle, as well as any license conditions stated for data bundles may include or use (please check the file docs/data_license.txt if it is existing within the bundle directory).

The MONAI Model Zoo repository itself follows Apache License, thus you need to follow this license if using its software, and we recommend this license for bundles.

The MONAI Model Zoo does not make any statement of the suitability of any model for a particular task, especially not for therapeutic or diagnostic use.

Contributing

To make a contribution in MONAI Model Zoo, see the contributing guidelines.

Links

model-zoo's People

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.