Skip to content

techthiyanes/naacl-utils

 
 

Repository files navigation

NAACL Utils

A command-line interface to help authors submit to the NAACL Reproducibility Track.

Setup

naacl-utils requires Docker and Python 3.7 or newer. The easiest way to create suitable Python environment on your machine is with Miniconda, which is straight-forward to install on Mac, Linux, and Windows.

On Mac OSX, for example, you can install Miniconda via Homebrew:

brew install miniconda

Otherwise just use the official installer links.

Once you have Miniconda installed, you can create and activate a new Python 3.7 virtual environment by running:

conda create -n naacl python=3.7
conda activate naacl

Then install naacl-utils with:

pip install naacl-utils

Now you can run the setup command with:

naacl-utils setup

Follow the prompts to complete your setup.

Submitting a Docker image

Once you've completed the setup above, you can submit a new Docker image with the naacl-utils submit command.

For example:

docker pull hello-world
naacl-utils submit hello-world run-1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.6%
  • Shell 5.6%
  • Makefile 0.8%