项目作者: rafaelnovello

项目描述 :
Demo project for language translation with seq2seq tensorflow model
高级语言: Jupyter Notebook
项目地址: git://github.com/rafaelnovello/translator-demo.git
创建时间: 2017-06-24T01:02:04Z
项目社区:https://github.com/rafaelnovello/translator-demo

开源协议:

下载


English to French Translation App

Demo project for language translation with seq2seq tensorflow model.

Install

Clone the repository or download the zip package.

Install packages

  1. $ pip install -r requirements.txt

Model Training

The web application depends on the trained model. This process happens on .ipynb file here. Follow the instructions there
to train the model.

Web App Running

The web app uses the japronto. To run them, execute the file:

  1. $ python app.py

About the Model

Sequence to sequence is a
Recurent Neural Network architecture that uses two RNN, an encoder that processes the input and a decoder that generates
the output.