You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easy-Translate is a script for translating large text files with a SINGLE COMMAND. Easy-Translate is designed to be as easy as possible for beginners and as seamlesscustomizable and as possible for advanced users.
THOTH Language Translator is a powerful, privacy-first, state-of-the art translation tool that runs offline. It uses the NLLB-200 engine to translate over 200 languages, with option to switch to an alternate translation engine, Argos.
A implementation of Meta's NLLB translator, modified to run on Apple Silicon Macs (M1–M4) using GPU acceleration via PyTorch MPS. No CUDA or quantization required. Fast, offline language translation with Gradio UI. This is part of our AI Ethics coursework and paper.
This repository contains Python implementations for processing multilingual text data, focusing on language classification and translation tasks. The project addresses two distinct tasks: language classification and English translation, each involving different complexities in the processing of text data.
This project is a Flask-based web application that translates text from one language to another using a pre-trained machine translation model (NLLB-200). The application provides a user-friendly interface for selecting languages and entering text, and it returns the translated output along with the computation time.