Skip to content

daktre/theta-data-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THETA Project – Data Explorer

A small Streamlit web app to interactively explore the THETA project dataset (or any other CSV/TSV dataset).

How to use

  1. Install dependencies (ideally in a fresh virtual environment):
pip install -r requirements.txt
  1. Run the app:
streamlit run streamlit_app.py
  1. In the sidebar:
  • Choose "From URL" and paste the direct CSV/TSV download link from Figshare
    (click Download on the dataset page and copy the final URL), or
  • Choose "Upload CSV" and upload a local extract of the THETA dataset.
  1. Use the automatically generated filters in the sidebar to subset the data, build quick summaries, and download the filtered subset.

You can deploy this app to:

  • Streamlit Cloud (free tier)
  • Docker + any server
  • Internal IPH server via streamlit run behind a reverse proxy

The filtering UI is generic and should work for most rectangular datasets, not only THETA.

Releases

No releases published

Packages

 
 
 

Contributors

Languages