Translation for English -> French

TensorFlow.js Example: Sequence-to-Sequence English-French Translation.

Translation for English -> French

This example demonstrates a pre-trained sequence-to-sequence models can be used in the browser. It is based on the Keras LSTM-seq2seq example and uses a charachter based model to translate the text (as opposed to a word based model).

TOP