Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
/ iems Public archive

Interactive Experiment Management System for Machine Translation

License

Notifications You must be signed in to change notification settings

pdonald/iems

Repository files navigation

Interactive EMS

An Interactive Experiment Management System for machine translation.

iEMS Demo Video

Warning: this project is under heavy development

Build

You will need node.js 6.x.

On Windows, download and install the latest 6.x (stable) version with the Windows Installer (.msi).

On Ubuntu 14.04, here is an easy way to install node.js via apt-get

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

Run it

npm install    # install dependencies
npm run build  # build app
npm start      # start web server

and navigate to http://localhost:8081 in your browser.

For development

npm run dev &
npm start

and navigate to http://localhost:8080 in your browser.

(Note that designer performance in development mode is a lot worse)

Cluster

You can launch new virtual servers for running your experiments.

AWS EC2

  • Sign up for Amazon Web Services (AWS). You'll need to enter your credit card details.
  • Log into AWS Management Console
  • Go to Security Credentials, expand Access Keys (Access Key ID and Secret Access Key)
  • Click Create New Access Key, then Show Access Key and then write it down (you won't be able to see the secret access key again)
  • Guard the secret access key like your credit card number

Vagrant

Vagrant is a tool that lets you quickly launch virtual machines in VirtualBox.

Windows

Linux

Ubuntu 14.04

sudo apt-get install -y virtualbox virtualbox-dkms vagrant

License

Apache 2.0

About

Interactive Experiment Management System for Machine Translation

Resources

License

Stars

Watchers

Forks

Packages

No packages published