microsoft / INMT-lite

Interactive Neural Machine Translation-lite (INMT-lite) is a framework to train and develop lite versions (.tflite) of models for neural machine translation (NMT) that can be run on embedded devices like mobile phones and tablets that have low computation power and space. The tflite models generated can be used to build the offline version of INMT mobile, a mobile version of INMT web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Constructing a script for automatic android build on provding model config

anuragshukla06 opened this issue · comments

The model generated has to be manually pasted into the app asset folder and also some code has to be manually changed to build the app.

A script to automatically build the app using model configuration providing all the parameters about model including vocabulary and model path would smooth the process