Starter kit

The starter kit is a Git-ready, custom-tailored set of examples tailored specifically for a specific phase of your challenge. You can find and study a demo starter kit here.

A phase starter kit includes:

  • ️🦾 A script to automate uploading data to an archive
  • 🦿A submission algorithm that can be uploaded to run as a submission in a challenge phase
  • 🧮 An evaluation method that evaluates algorithm submissions and generates performance metrics for ranking

The generated examples include input handling and output generation. It provides a strong foundation for building the necessary components for your challenge.


Download your starter kit

When your challenge gets accepted, and your challenge phases have been set up by the support team: it is available for downloading.

You can download a ZIP with the starter kit via the Challenge admin:

  • Admin
    • Under 'Phases'
      • [Phase Title]
        • Starter Kit

On this page you will find a button to download the starter kit:

Note: the starter kit is designed to work in POSIX-compatible environments such as typical Linux distributions and Mac OS. Unpacking the ZIP under Windows OS one might exceed the maximum-character limit for paths in Windows OS. Use Windows WSL or an alternative ZIP application.