notAI-tech / Anuvaad

State of the art open-source translation for Indic languages.
GNU General Public License v3.0
4 stars 0 forks source link

Inference time is very slow using python package #9

Open CharansinghThakur opened 3 years ago

CharansinghThakur commented 3 years ago

Hey,

I have installed the anuvaad package using pip and it is taking too long for translating the sentences. Is there any solution for this, like how can we optimize the inference time?

from anuvaad import Anuvaad anu = Anuvaad("english-kannada") input_text = 'Welcome back home' output = anu.anuvaad(input_text)