Skip to content

gramirez-prompsit/mtradumatica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTradumàtica

Minimum hardware recommendations

  • Linux (Ubuntu 14.04 LTS)
  • 4-core (8 thread) CPU or more
  • 12 GB of RAM or more
  • 5 GB or more of free hard disk space, as much as possible recommended to train large models (big translators, using over one million sentence pairs)

Installation instructions for Ubuntu 14.04 LTS

6-step (+1) procedure, it could take 1-2h depending on hardware specifications:

  1. Download mtradumatica
$ git clone https://github.com/tradumatica/mtradumatica.git
$ cd mtradumatica
  1. Ensure that all prerequisites are installed
$ sudo ./scripts/run-as-root.sh
  1. Download and install local dependencies
$ ./scripts/install.sh
  1. Create the system database database
$ source venv/bin/activate
$ python db_create.py
$ deactivate
  1. Start service
$ ./scripts/startup.sh
  1. Go to "http://localhost:8080" with a web browser
  2. Enjoy!

Troubleshooting

Setting the service port

Before the startup, edit the file conf/gunicorn.conf and locat the following line

bind         = '0.0.0.0:8080'

Here, replace 8080 by another port number (<= 65535).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.2%
  • CSS 15.9%
  • Shell 5.3%
  • Python 4.6%
  • HTML 3.0%