Giter VIP home page Giter VIP logo

codalab-cli's Introduction

CodaLab Bundle Service and Comand-Line Interface Build Status

This repository provides the Python backend for operating on bundles (creating, running, uploading, etc.). The API exposed is used by both the website and the command-line utility (provided in this package).

Getting started

  1. After cloning the repository, install the appropriate packages:

    virtualenv codalab_env --no-site-packages

    codalab_env/bin/pip-2.7 install sqlalchemy

  2. Setup the interface to

    export PATH=$PWD/codalab/bin

    cl # This should print out a help message.

    cl worker # Start up a worker in another shell

  3. Let's populate your CodaLab service actually with some initial content. Normally, you would have the content on your local machine and just upload it to CodaLab. Just to get some basic programs and datasets into your system, you will first run some scripts to download them to your local machine and then upload them into the CodaLab instance running on your local machine.

For machine learning:

(cd examples/weka && ./download.sh)
(cd examples/weka && ./upload.sh)
(cd examples/uci_arff && ./download.sh)
(cd examples/uci_arff && ./upload.sh)
(cd examples && ./basic_ml.sh)  # Run basic ML pipeline

For NLP:

(cd examples/stanford_corenlp && ./download.sh)
(cd examples/stanford_corenlp && ./upload.sh)
(cd examples/lewis_carroll_poems && ./upload.sh)
cl run stanford_corenlp lewis_carroll_poems 'program/run input output' --auto

codalab-cli's People

Contributors

cpoulain avatar percyliang avatar quebecisnice avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.