Creating a Submission

Login Required

This command needs you to login to be able to successfully execute

Creating a submission becomes really fast and easy with the CLI.

In the most general case, you can run the following to submit a file to any challenge:

aicrowd submission create -c CHALLENGE -f FILE

where CHALLENGE is the challenge slug/url

slug-url

So, for example if you want to submit answer.csv for the challenge example-challenge, you'll run

aicrowd submission create -c example-challenge -f answer.csv

Note

Currently, only file based submissions are supported.
Support for git based submissions is coming very soon.