Added readme
This commit is contained in:
20
README.md
20
README.md
@@ -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/)
|
||||
|
||||
[](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.
|
||||
@@ -21,7 +21,7 @@ set -uo pipefail
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
# CONFIGURATION
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
SOURCE_LANG="es"
|
||||
SOURCE_LANG="en"
|
||||
TARGET_LANG="ca"
|
||||
START_PAGE=1
|
||||
END_PAGE=999999
|
||||
|
||||
Reference in New Issue
Block a user