Grand Challenge API

Grand Challenge provides functionality for biomedical imaging data management, for training expert annotators and gathering annotations, as well as for hosting challenges to benchmark algorithms and deploying them.

The Grand Challenge API is here to facilitate your interaction with our platform.

Main functionalities

gcapi is a python client for Grand Challenge. It offers a handy way to interact with the REST API from python, and provides some convenience methods. You can try out all REST API calls here.

The main functionalities of gcapi are:

  • Uploading images to a reader study
  • Downloading images from an archive
  • Uploading images to an algorithm
  • Downloading results from an algorithm

Instructions and examples

Start with instructions on how to set up gcapi. Then, take a look at a set of use cases using algorithms, reader studies and archives. You can also find the utility scripts with detailed descriptions in our github repo.