Skip to content

A Streamlit simulator of a mechanical jack for NMIS, pt2.

Notifications You must be signed in to change notification settings

digiLab-ai/NMIS-demo2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryogenic Isotope Separation — GP Emulator Demo

This is a minimal, physics-inspired demo that generates synthetic data for a cryogenic H/D/T distillation segment. It maps operating/geometry inputs + feed moles to product mole shifts.

Now includes:

  • Dataset description & variable glossary (expander)
  • CSV downloads under the tables
  • Output visualisation (pie charts for top/bottom splits)
  • Validation with uploaded CSVs (ground truth, prediction, uncertainty) and metrics

Quickstart

python -m venv .venv && source .venv/bin/activate   # Windows: .venv\Scripts\activate
pip install -r requirements.txt
streamlit run app/streamlit_app.py

About

A Streamlit simulator of a mechanical jack for NMIS, pt2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%