Skip to content

abdulari/codalab-competitions

This branch is 1 commit ahead of, 180 commits behind codalab/codalab-competitions:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fdfbb77 · Jan 19, 2022
Jan 27, 2020
Mar 29, 2018
Jan 19, 2022
Jul 17, 2020
Jul 22, 2021
Jul 22, 2021
Jan 25, 2014
Oct 15, 2013
Jan 22, 2020
Dec 11, 2013
Jul 17, 2020
May 3, 2021
Jan 26, 2021
Dec 2, 2021
Jun 22, 2013
Sep 21, 2021
Jul 17, 2020
May 13, 2021

Repository files navigation

CodaLab logo 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 codalab.lisn.fr.

Documentation

Community

The CodaLab community forum is hosted on Google Groups.

Quick installation (for Linux!)

To participate in competitions, or even organize your own competition, you don't need to install anything, you just need to sign in an instance of the platform (e.g. this one). If you wish to configure your own instance of CodaLab competitions, here are the instructions:

Install docker and add your user to the docker group, if you haven't already

$ wget -qO- https://get.docker.com/ | sh
$ sudo usermod -aG docker $USER

Clone this repo and get the default environment setup

$ git clone https://github.com/codalab/codalab-competitions
$ cd codalab-competitions
$ cp .env_sample .env
$ pip install docker-compose
$ docker-compose up -d

Now you should be able to access http://localhost/

More details on how to configure your own instance:

License

Copyright (c) 2013-2015, The Outercurve Foundation. Copyright (c) 2016-2021, Université Paris-Saclay. This software is released under the Apache License 2.0 (the "License"); you may not use the software except in compliance with the License.

The text of the Apache License 2.0 can be found online at: http://www.opensource.org/licenses/apache2.0.php

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.9%
  • HTML 21.6%
  • CSS 17.9%
  • JavaScript 4.1%
  • Less 2.8%
  • Shell 0.6%
  • Other 0.1%