I have made a software, which automatically translates any SRT file to English. Currently, it is for Jap to Eng, but with models/APIs, it would be able to translate any language file to any language. It can use batch files, like entire folders, or a single file, with customizable worker threads. Currently, the problem is that I am using Marian, which is a good translator. Still, it is translating the Jap subtitles into functional English, and not conversational English, which is used in subtitles. So, it is, though not translating correctly or accurately. I tried to find various APIs, like Google Translate/Microsoft Azure, but all of them are paid, and I am doing this more for the community part of it, or at least for personal use.I tried downloading a Jap model to be used by my software, but it seems that 32GB of RAM + 8 GB of VRAM was not good enough for running the model, and my PC crashed multiple times.So, I am looking for free API Keys that I can insert in my Python/Models that I can download and connect with my Python. Can anyone help me out? I am currently looking for Japanese to English Models