A demo illustrating how to use tframe (short for tensorflow frame) package in Python.
To clone this demo:
git clone https://github.com/WilliamRo/tframe_demo.git
git submodule init
git submodule update
or simply:
git clone --recursive https://github.com/WilliamRo/tframe_demo.git
To update submodule (tframe):
git submodule update --remote
Click here to get more details about using submodule.