TorchFont
TorchFont is an unofficial library based on PyTorch for deep learning with vector fonts. It is not affiliated with or endorsed by the PyTorch project.
Installation
The package requires Python 3.10+ and PyTorch 2.6+. You can install TorchFont as follows:
pip install torch torchfont
Citing TorchFont
If you find TorchFont useful in your work, please consider citing the following BibTeX entry:
@software{fujioka2025torchfont,
title = {TorchFont: A PyTorch-based library for Vector Fonts},
author = {Takumu Fujioka},
year = 2025,
journal = {GitHub repository},
publisher = {GitHub},
howpublished = {\url{https://github.com/fjktkm/torchfont}}
}