{ "info": { "author": "Joel Laity", "author_email": "joel.laity@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "# Tensorshow\n\nTensorshow is a python module for inspecting [TFRecords](https://www.tensorflow.org/api_guides/python/reading_data#file_formats).\n\nTensorshow can convert a TFRecord to a pandas dataframe.\n\n```python\nimport tensorshow\n\n# The column labels of `df` are the features of the tf.train.example protobufs.\ndf = tensorshow.dataframe_from('path/to/tfrecord')\n```\n\nTensorshow can be used as a command line utility. It will convert a tfrecord to an html file on the command line.\n\n```bash\npython tensorshow --tfrecord=/Users/joel/train.tfrecord --html_file=Users/joel/out.html\n```\n\nImages stored as byte strings will be automatically detected and displayed as images rather than text. The `out.html` file looks like this when you open it with a browser.\n\n![TFRecord displayed as a table](http://www.joellaity.com/img/html_tensorshow_example.png)\n\n\nTensorshow can be used in a jupyter notebook to preview a TFRecord. The `head` function will show the first 5 `tf.train.example`s by default and the `random` function will show five random `tf.train.example`s from the tfrecord.\n\n![A preview of a TFRecord in a jupyter notebook](http://www.joellaity.com/img/nb_tensorshow_example.png)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/joelypoley/tensorshow", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "tensorshow", "package_url": "https://pypi.org/project/tensorshow/", "platform": "", "project_url": "https://pypi.org/project/tensorshow/", "project_urls": { "Homepage": "https://github.com/joelypoley/tensorshow" }, "release_url": "https://pypi.org/project/tensorshow/0.0.2/", "requires_dist": [ "fleep", "ipython", "pandas", "pillow", "tensorflow" ], "requires_python": "", "summary": "A python module and commaned line tool for inspecting TFRecords.", "version": "0.0.2" }, "last_serial": 4362492, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "6f835ce0694270f6653f134de65989b7", "sha256": "d55bcd62ad7bbccb37770dd6698e0411eb7faa8c5343b40e06650a7af0a8dac0" }, "downloads": -1, "filename": "tensorshow-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6f835ce0694270f6653f134de65989b7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4480, "upload_time": "2018-10-11T02:21:57", "url": "https://files.pythonhosted.org/packages/43/5c/5b0702f8d36249da41225172221fc1716b77f84c88c6e973bc93a1017543/tensorshow-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a517f084c7377f6863f124331a997caf", "sha256": "958ef40ee1fd17c937a7652c5973ac1b8383c71852f1927fc9e65a043c249784" }, "downloads": -1, "filename": "tensorshow-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a517f084c7377f6863f124331a997caf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3273, "upload_time": "2018-10-11T02:21:59", "url": "https://files.pythonhosted.org/packages/e8/b1/b17f924cf071005ee7cfb110a916ebfafd2c8a61aa001efd3f81ae6c5ef6/tensorshow-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f835ce0694270f6653f134de65989b7", "sha256": "d55bcd62ad7bbccb37770dd6698e0411eb7faa8c5343b40e06650a7af0a8dac0" }, "downloads": -1, "filename": "tensorshow-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "6f835ce0694270f6653f134de65989b7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4480, "upload_time": "2018-10-11T02:21:57", "url": "https://files.pythonhosted.org/packages/43/5c/5b0702f8d36249da41225172221fc1716b77f84c88c6e973bc93a1017543/tensorshow-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a517f084c7377f6863f124331a997caf", "sha256": "958ef40ee1fd17c937a7652c5973ac1b8383c71852f1927fc9e65a043c249784" }, "downloads": -1, "filename": "tensorshow-0.0.2.tar.gz", "has_sig": false, "md5_digest": "a517f084c7377f6863f124331a997caf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3273, "upload_time": "2018-10-11T02:21:59", "url": "https://files.pythonhosted.org/packages/e8/b1/b17f924cf071005ee7cfb110a916ebfafd2c8a61aa001efd3f81ae6c5ef6/tensorshow-0.0.2.tar.gz" } ] }