https://github.com/zimmerrol/data-viewer
Utility tool to inspect various data formats to verify data integrity in machine learning
https://github.com/zimmerrol/data-viewer
dataset deep-learning gui hdf5 machine-learning tensorflow tfrecord ui
Last synced: about 1 month ago
JSON representation
Utility tool to inspect various data formats to verify data integrity in machine learning
- Host: GitHub
- URL: https://github.com/zimmerrol/data-viewer
- Owner: zimmerrol
- License: mit
- Created: 2018-07-02T21:04:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T16:34:12.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T08:16:52.365Z (3 months ago)
- Topics: dataset, deep-learning, gui, hdf5, machine-learning, tensorflow, tfrecord, ui
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Viewer
Utility tool to inspect different data containers often used in scientific context. Each data container can contain different data fields of various media types. These wil be visualized in an easy to understand way to the user in a GUI.
Due to the abstract code design support for new file formats can be easily added.## Requirements
- Python 3.*
- Qt 5.*## Supported Data Formats
- HDF5
- TFRecord## Supported Media Types
- Text
- Numbers
- Images
- Vectors/Matrices