srt19 / Offline-Deep-Learning-Translator

Offline Translating With Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offline Deep Learning Translator

Offline Translating With Python

Requirements :

  • Python 3.9
  • Transformers
  • Pytorch
  • Sentencepiece

You need to download or clone the model files from Huggingface then put it in "models" folder.

  • e.g. "models/Helsinki-NLP/opus-mt-zh-en" Currently only support MarianMT

How To Run The Program

  • Clone this repository
  • Install the requirements
  • Run the main.py

GUI

Main Window Unloaded Main Window Translating RAM Usage

About

Offline Translating With Python


Languages

Language:Python 84.7%Language:Jupyter Notebook 15.3%