|
--- |
|
license: cc0-1.0 |
|
--- |
|
|
|
# Japanese Glyph Images with English Captions (CC0) |
|
|
|
This dataset contains Japanese glyph images rendered with **black text on white background**. |
|
|
|
Each `.png` image has a corresponding `.txt` file with an English caption: |
|
|
|
``` |
|
This image is saying "<Japanese>". The background is white. The letter is black. |
|
``` |
|
|
|
## Structure |
|
- `train/` — PNG images and matching TXT captions (same base filename) |
|
- `provenance/assets_registry.csv` — Fonts and license info |
|
- `LICENSE.txt` — CC0-1.0 license |
|
|
|
## Generation Script |
|
The dataset was generated with a custom Python script using: |
|
- [Pillow](https://pypi.org/project/Pillow/) |
|
|
|
## License |
|
CC0-1.0 — Public Domain Dedication. |
|
|
|
|