Skip to content

wh-forker/codalab-worksheets-1

 
 

Repository files navigation

CodaLab Worksheets

Build Status Downloads Code style: black License PyPI version

The goal of CodaLab Worksheets is to faciliate transparent, reproducible, and collaborative research in computation- and data-intensive areas such as machine learning.

The CodaLab Bundle Service allows users to create bundles, which are immutable directories containing code or data. Bundles are either uploaded or created from other bundles by executing arbitrary commands. When the latter happens, all the provenance information is preserved. In addition, users can create worksheets, which interleave bundles with free-form textual descriptions, allowing one to easily describe an experimental workflow.

The CodaLab frontend holds the React front-end web interface for CodaLab worksheets.

To get started visit the official CodaLab Worksheets instance For more information about the platform, visit our Wiki

If you're interested in contributing or setting up your own CodaLab Worksheets instance, get in touch with us

Links

Bringing up your own instance of CodaLab Worksheets

We provide a convenience script that uses docker-compose to bring up a full fledged CodaLab server in this repo. To get started, make sure you have a recent version of Docker and docker-compose installed. Simply run ./codalab_service.py start -i to bring up a fresh instance of CodaLab with the default configuration. If you've made local changes to the codebase and would like to rebuild docker images from the current state of the codebase, use ./codalab_service.py start -b. If you've previously started an instance and thus have the database and root account initialization done, omit the -i flag to just bring the service up like so: ./codalab_service.py start

For more information, check out the Wiki page

About

A collaborative platform for reproducible research (web interface and CLI).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 67.5%
  • JavaScript 18.9%
  • CSS 12.2%
  • Shell 0.6%
  • HTML 0.5%
  • Smarty 0.2%
  • Other 0.1%