Skip to content

Community-developed components, examples, and tools for TFXΒΆ

Developers helping developers. TFX-Addons is a collection of community projects to build new components, examples, libraries, and tools for TFX. The projects are organized under the auspices of the special interest group, SIG TFX-Addons.

Join the community and share your work with the world!


TFX-Addons is available on PyPI for all OS. To install the latest version, run:

pip install tfx-addons

You can then use TFX-Addons like this:

from tfx import v1 as tfx
import tfx_addons as tfxa

# Then you can easily load projects tfxa.{project_name}. For example:
tfxa.feast_examplegen.FeastExampleGen(...)