batch_generator.py : Has a class BatchGenerator which generates batches of example from TFRecord format file and shows images in a plot
tfrecord_converter.py : Implements a class TfConverter which converts a set of images to TfRecord format
main.py : shows usage of above two class