Module fontai.preprocessing
his submodule contains processing logic that maps zipped font files to Tensorflow record files containing images and character labels, ready to be ingested by a Keras model. These transformations are meant to be Beam compatible.
Expand source code
"""his submodule contains processing logic that maps zipped font files to Tensorflow record files containing images and character labels, ready to be ingested by a Keras model. These transformations are meant to be Beam compatible.
"""
Sub-modules
fontai.preprocessing.mappings
-
This module contains all the transformations and abstractions required to extract labeled examples ready to be used for ML training from zipped font …