Added readme
This commit is contained in:
18
README.md
18
README.md
@@ -183,3 +183,21 @@ Enable verbose output by modifying the logging level in `manga-translator.py`
|
|||||||
- ML models are downloaded automatically on first run
|
- ML models are downloaded automatically on first run
|
||||||
- GPU acceleration available with compatible CUDA setup (optional)
|
- 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
|
# CONFIGURATION
|
||||||
# ─────────────────────────────────────────────────────────────
|
# ─────────────────────────────────────────────────────────────
|
||||||
SOURCE_LANG="es"
|
SOURCE_LANG="en"
|
||||||
TARGET_LANG="ca"
|
TARGET_LANG="ca"
|
||||||
START_PAGE=1
|
START_PAGE=1
|
||||||
END_PAGE=999999
|
END_PAGE=999999
|
||||||
|
|||||||
Reference in New Issue
Block a user