This project tries to gather open resources for medical imaging: a collection of algorithm and data repositories.
While this page is under construction, please submit your algorithms and datasets as an issue (templates: submit algorithm/data).
To work locally with this project, you'll have to follow the steps below:
- Fork, clone or download this project
- [Install][] Jekyll
- Download dependencies:
bundle
- Build and preview:
bundle exec jekyll serve
The above commands should be executed from the root directory of this project.
Read more at Jekyll's [documentation][].
To use this project as your user/group website, you will need one additional
step: just rename your project to namespace.gitlab.io
, where namespace
is
your username
or groupname
. This can be done by navigating to your
project's Settings.
Read more about [user/group Pages][userpages] and [project Pages][projpages].