Compare commits

..

3 Commits

Author SHA1 Message Date
012c85ce70 Update Readme.md 2025-09-30 20:53:21 +02:00
12585406ec Update Readme.md 2025-09-30 20:48:07 +02:00
279ef45d43 Remove old setup 2025-09-30 20:44:57 +02:00
2 changed files with 8 additions and 12 deletions

View File

@@ -1,5 +1,12 @@
## AutoTranslate
Automatically translate .ass subtitles locally with [seamless-m4t-v2](https://huggingface.co/facebook/seamless-m4t-v2-large) machine translation.
### Setup
### Requirements
- NVIDIA GPU with 16GB+ of VRAM
- Python 3.10 (or newer, needs testing)
- Linux or Windows
### Setup (Linux)
1. Create Python venv
```bash

View File

@@ -1,11 +0,0 @@
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install --no-cache-dir ass
pip install --no-cache-dir --pre -U torch torchvision --index-url https://download.pytorch.org/whl/nightly/cu126
pip install --no-cache-dir transformers
pip install --no-cache-dir sentencepiece
pip install --no-cache-dir sacremoses
pip install --no-cache-dir protobuf