Python client to interact with CrowdAI Grading Server.


License
GPL-3.0
Install
pip install crowdai==1.0.19

Documentation

crowdai-client-py

Python client to interact with CrowdAI Grading Server.

Installation Instruction

pip install crowdai
import sys
import crowdai

api_key = "YOUR-API-KEY-HERE"
challenge = crowdai.Challenge("CHALLENGE_ID", api_key)

data = ...

response = challenge.submit(data)
print response
challenge.disconnect()

Implemented Challenges and associated functions

  • OpenSNPChallenge2017
    • submit : Submit the list of heights for the test set

Author

S.P. Mohanty sharada.mohanty@epfl.ch