This repository contains a Jupyter Notebook for text translation using the Hugging Face transformers
library.
translator.ipynb
: Main notebook for translation.requirements.txt
: List of dependencies.
- Clone the repository:
git clone https://github.com/yourusername/translator-notebook.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the notebook using Jupyter:
jupyter notebook translator.ipynb