crowdai-client-py
June 28, 2017 ยท View on GitHub
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