Metadata-Version: 2.3
Name: torchfont
Version: 0.3.0
Summary: Datasets, Transforms and Models specific to Vector Fonts
Author: Takumu Fujioka
Author-email: Takumu Fujioka <fjktkm@gmail.com>
Requires-Dist: fonttools>=4.58
Requires-Dist: numpy>=1.21.3
Requires-Dist: torch>=2.6.0
Requires-Dist: tqdm>=4.63.0
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# 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:

```bash
pip install torch torchfont
```

## Citing TorchFont

If you find TorchFont useful in your work, please consider citing the following BibTeX entry:

```bibtex
@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}}
}
```
