Name Last Update
core Loading commit data...
translate-api Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...

README.md

VLibras Translate Container

Requirements

Recommended OS: Linux Ubuntu 14.04.4 LTS 64-bit.

Dependencies: Docker, RabbitMQ, Graylog, Nodejs.

Note: See Installation section to install dependencies.

You need install some packages: build-essential, git, npm, python-pip, python-setuptools.

    $ sudo apt-get update
    $ sudo apt-get install -y build-essential git npm python-pip python-setuptools

Sources

To get source code, use these command:

    $ git clone 'git@gitlab.lavid.ufpb.br:vlibras/vlibras-translate-container.git'

Installation

To install vlibras-video-container for production, use these commands:

    $ docker build

If you need to install for development, use these commands:

    $ cd scripts
    $ ./configure

Execution instructions

Execute each worker in the core folder

Contributors