Skip to content

Instantly share code, notes, and snippets.

@halfak
Created August 11, 2015 22:51
Show Gist options
  • Save halfak/5146e66178fadd8d3ac8 to your computer and use it in GitHub Desktop.
Save halfak/5146e66178fadd8d3ac8 to your computer and use it in GitHub Desktop.

Step 1: Make a project directory

You'll want to keep all of your local repos in the same folder. I like to use ~/projects/ for this, but others like ~/workspace/. Choose a name you like typing.

$ cd ~
$ mkdir projects/

Step 2: Get the repos

There are three repos you'll want to clone. It's a good idea if you fork the repos first so that submitting pull requests is easier, but we'll not worry about that for now.

$ cd projects/
$ git clone https://github.com/wiki-ai/revscoring
$ git clone https://github.com/wiki-ai/ores
$ git clone https://github.com/wiki-ai/wikilabels
  • revscoring contains the code for extracting features and building models
  • ores is a web service that hosts scoring models
  • wikilabels is a web service and UI for acquiring new labeled data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment