Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.38 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.38 KB

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 competitions.codalab.org.

Competition's Documentation

Community

The CodaLab community forum is hosted on Google Groups.

Quick installation (for Linux!)

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 [email protected]:codalab/codalab-competitions.git
$ cd codalab-competitions
$ cp .env_sample .env
$ pip install docker-compose
$ docker-compose up -d

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