Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 981 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 981 Bytes

TFS File Viewer

This is a prototype app using streamlit to explore the contents of a TFS file. It lets load and query your data, and visualize its headers and contents by creating and customizing scatter, histogram and density plots on the fly.

Getting Started

Open in Streamlit

To run the app locally, you will need to get Poetry and clone this repository. Steps are simple:

git clone https://github.com/fsoubelet/tfs_viewer
cd tfs_viewer
pip install .
streamlit run tfs_viewer/app.py

License

Copyright © 2021 Felix Soubelet. MIT License