Skip to content

xbaro/codalab

 
 

Repository files navigation

CodaLab Circle CI

What is CodaLab?

CodaLab is an open-source web-based platform that enables researchers, developers, and data scientists to collaborate, with the goal of advancing research fields where machine learning and advanced computation is used. CodaLab helps to solve many common problems in the arena of data-oriented research through its online community where people can share worksheets and participate in competitions.

To see Codalab Competition's in action, visit www.competitions.codalab.org.

Competition's Documentation

Community

The CodaLab community forum is hosted on Google Groups.

Tests

To run tests:

python manage.py test

Latest changes:

November 21, 2016:

New set of credentials to authenticate BUS SERVICES. Add the following to local.py script. Leave them empty if previous credentials are provided.

  • SBS_SHARED_ACCESS_KEY_NAME = '<shared access key name>'
  • SBS_SHARED_ACCESS_KEY_VALUE = '<shared access key value>'

Add the following to worker config file under azure-service-bus

  • shared-access-key-name: "<shared access key name>"
  • shared-access-key-value: "the key"

Those values should be available in the Azure dashboard.

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.1%
  • CSS 19.7%
  • HTML 5.4%
  • JavaScript 4.1%
  • F# 1.0%
  • C# 0.3%
  • Other 0.4%