Skip to content

princepride/ai-translator

Repository files navigation

English | 中文

AI_Translator Installation

Install NVIDIA Driver

nvidia driver download link

Run the following command to check whether NVIDIA Driver is installed:

nvidia-smi

Install NVIDIA Toolkit

nvidia toolkit download link

Run the following command to check whether NVIDIA Toolkit is installed:

nvcc --version

Install pytorch with gpu version

pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118

Install the other package from requirements

pip3 install -r requirements.txt

Install the models from huggingface

Navigate to the specific folder to download model, run the following code:

git lfs install
git clone git@hf.co:

Launch:

In the terminal of your python project platform such as: pycharm, Vscode...

Enjoy the AI-Translator using the command:

launch.py

AI_Translator Instructions

Step 1:

1705652320228

Step 2:

1705653144370

Step 3:

1705653166073

About

ai-translator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published