Metadata-Version: 2.1
Name: easy-tfrecord
Version: 0.3
Summary: TF Records for image classification.
Home-page: https://github.com/Wangsherpa/easy_tfrecord
Author: Wang Sherpa
Author-email: wangdoje@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

**It provides**:
- an easy way to convert images to TFRecords with it's labels.
- conversion from TFRecords to tf.data.

**How to Use**:

Here is the [link](https://www.kaggle.com/wangdorjeesherpa/tfrecords-vs-tfdata "Open Kaggle Notebook") to kaggle notebook which show's its usage.


