Metadata-Version: 2.3
Name: text2pic4ai
Version: 0.0.1
Summary: A fast text renderer for pixel language model research
License: MIT
Author: Raphael Tang
Author-email: tang.raphael@gmail.com
Requires-Python: >=3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: cachetools (>=5.5.2,<6.0.0)
Requires-Dist: datasets (>=3.5.0,<4.0.0)
Requires-Dist: freetype-py (>=2.5.1,<3.0.0)
Requires-Dist: torch (>=2.7.0,<3.0.0)
Requires-Dist: torchaudio (>=2.7.0,<3.0.0)
Requires-Dist: torchvision (>=0.22.0,<0.23.0)
Requires-Dist: trl[peft] (>=0.17.0,<0.18.0)
Description-Content-Type: text/markdown

# text2pic4ai
A fast text renderer for vision encoders

## Getting Started

### Developer Installation

1. Clone the repo: `git clone ssh://git@github.com/crx-ai/text2pic4ai && cd text2pic4ai`
2. Create and initialize the conda environment: `conda env create -f text2pic4ai.yml && conda activate text2pic4ai`
3. Install the project: `poetry install`
4. You're done!

