Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.5.1
metadata
title: Quantized_lang._Translator
app_file: app.py
sdk: gradio
sdk_version: 5.48.0
NLLB-FB Language Translator (Quantized, CPU-Friendly)
This project provides a quantized, CPU-optimized version of the NLLB (No Language Left Behind) Facebook language translation model. It enables very fast inference on CPUs for translating between a wide variety of languages.
Features
- Quantized Model: Reduced model size for efficient CPU usage.
- Fast Inference: Optimized for low-latency translation on standard CPUs.
- Multi-language Support: Translate between many language pairs.
- Easy Integration: Simple API for batch and single-sentence translation.
Usage
Install dependencies:
pip install torch transformersRun the Gradio app:
python app.py
Supported Languages
See the NLLB-200 language list for all supported languages.