Skip to content

maxbendick/jupyterlab_tfrecord_viewer

Repository files navigation

JupyterLab TFRecord Viewer

WORK IN PROGRESS

This extension lets you easily inspect TensorFlow TFRecord files. TFRecords are great at providing an tensorflow-integrated way to work with data. Unfortunately, these files can be a bit opaque because they're binary. This extension can help you to understand the data you're working with. This project isn't practical to use yet.

Prerequisites

  • JupyterLab

Installation

jupyter labextension install jupyterlab_tfrecord_viewer

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build

About

WIP. Easily explore TensorFlow Records

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published