/tfx-sandbox

This project is a sandbox environment with tutorials in order to get hands-on TFX

Primary LanguageJupyter Notebook

TFX Sandbox

TFX is an amazing tool for production, as many Google products can testify. But it can also be used before production, during the development phase, in order to reduce the time needed between dev and prod. Let's see in this tutorials how one can leverage this tool in order to improve the development experience.

How to run the tutorial

Install Docker and docker-compose, then run the following commands in a shell:

git clone git@github.com:thooun/tfx-sandbox.git
cd tfx-sandbox/docker
docker-compose up --build