mrmanishprasadroy / Tinyxmlreader

Parse of log file based on xml structure and display with streamlit app
MIT License
1 stars 0 forks source link

Run this command in terminal to start the app

streamlit run TLGDefinitionReader.py

Folder structure for the app is

    TlgPlotter 
    |
    |XML
        | Tlg XML file 
    |Data
        |  Log Files with data 
    TLGDefinitionReader.py

Dependency PIP Install

use Python > 3

pip install streamlit

pip install plotly

pip install pandas

pip install matplotlib

Streamlite App Usage Screen Shot

open sidebar

Alt text Alt text

Select XML file from xml directory

Alt text

Select log file from log directory

Alt text

Select telegram from main page

Alt text

Filter by coulmn

Alt text

Search dataset

Alt text

Data Visualization uisng Plotly

Alt text