/streamlit_tfs_viewer

Prototype of a TFS Viewer with Streamlit

Primary LanguagePythonMIT LicenseMIT

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