Metadata-Version: 2.1
Name: moko_translate
Version: 0.1.0
Summary: A translation package using Sunbird's NLLB model.
Home-page: https://github.com/your_username/translate_package
Author: Bateesa Saul Tobius
Author-email: tobiusaolo21@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: transformers

# Translate Package

This package provides a function for translating text using Sunbird's NLLB model.

## Installation

```bash
pip install moko_translate
