Added readme

This commit is contained in:
Guillem Hernandez Sola
2026-04-25 11:19:18 +02:00
parent a72e2a6aa4
commit 03bc6bb8b4
2 changed files with 20 additions and 2 deletions

View File

@@ -182,4 +182,22 @@ Enable verbose output by modifying the logging level in `manga-translator.py`
- Processing time: ~10-30 seconds per page (varies by image size and hardware)
- ML models are downloaded automatically on first run
- GPU acceleration available with compatible CUDA setup (optional)
- Tested on macOS 13+ with Python 3.11
- Tested on macOS 13+ with Python 3.11
## License
This project is licensed under the **Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)**
You are free to:
- Share and use the material
- Modify and build upon the work
Under the terms:
- **Attribution**: Give appropriate credit and link to the license
- **ShareAlike**: Distribute your contributions under the same license
For details, see [CC BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/)
[![License: CC BY-NC 4.0](https://img.shields.io/badge/License-CC_BY--NC_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc/4.0/)
This README file was originally written by [Guillem Hernández Sola](https://www.linkedin.com/in/guillemhs/) and is also published in the public domain.

View File

@@ -21,7 +21,7 @@ set -uo pipefail
# ─────────────────────────────────────────────────────────────
# CONFIGURATION
# ─────────────────────────────────────────────────────────────
SOURCE_LANG="es"
SOURCE_LANG="en"
TARGET_LANG="ca"
START_PAGE=1
END_PAGE=999999