Installation

Assuming that you have pip installed, run:

git clone https://github.com/lvapeab/nmt-keras
cd nmt-keras
pip install -r requirements.txt

for obtaining the required packages for running this library.

Nevertheless, it is highly recommended to install and configure Theano or Tensorflow with the GPU and speed optimizations enabled.

Alternatively, you can run the install.sh script, which will also downloads Python:

git clone https://github.com/lvapeab/nmt-keras
cd nmt-keras
bash ./install.sh

Requirements