Skip to content

prags/codalab

 
 

Repository files navigation

CodaLab Build Status

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 in action, visit www.codalab.org.

Documentation

Community

The CodaLab community forum is hosted on Google Groups.

Quickstart

Run the following commands once to set everything up in Linux:

	./dev_setup.sh
	cd codalab
	cp codalab/settings/local_sample.py codalab/settings/local.py
	./manage syncdb --migrate
	./manage config_gen

After that, run the following to start the server:

	./runserver 0.0.0.0:8000

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.1%
  • CSS 27.3%
  • JavaScript 21.5%
  • F# 1.3%
  • C# 0.4%
  • Shell 0.4%