- install PyTorch and all other tools to run huggingFace transformers on your machine first
python -m venv env
source env/bin/activate
pip install transformers
pip install 'transformers[torch]'
git clone https://github.com/deepak-coding-art/translation-server.git