This quick tutorial shows you how to use Keras TimeseriesGenerator to alleviate work when dealing with time series prediction task.
Require Python 3.5+ and Jupyter notebook installed
git clone https://github.com/Tony607/Keras_TimeseriesGenerator
pip3 install -r requirements.txt
In the project start a command line run
jupyter notebook
In the opened browser window open
TimeseriesGenerator.ipynb