GraphInterpreter / README.md
HMZaheer's picture
Update README.md
a1fe3e4 verified
|
raw
history blame
589 Bytes
metadata
sdk: streamlit
sdk_version: 1.49.1

📉 TGA Graph Interpreter

A Streamlit app that extracts key thermal analysis values from TGA plots (e.g., biomass, activated carbon, MOFs, ZIFs).

Features

  • Upload TGA plots (.jpg, .png, .gif, .pdf)
  • Extract:
    • Onset temperature (°C)
    • Peak degradation temperature (°C)
    • % Weight loss
  • Visualize the TGA curve with highlighted key points

How to Run Locally

git clone https://huggingface.co/spaces/YOUR-USERNAME/GraphInterpreter
cd GraphInterpreter
pip install -r requirements.txt
streamlit run app.py