Skip to content

scientific-computing-user/amam-benchmark-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMAM Benchmark Website

Interactive dataset website for the Annotated Metallic Alloys Microstructures (AMAM) benchmark.

Features

  • Dataset overview, creation workflow, and statistics
  • Section-by-section explorer for all AMAM subsets
  • Responsive image gallery with zoom/lightbox navigation
  • Per-image metadata and quick property view
  • Category-level and global download controls
  • Metadata export (amam-dataset-manifest.json)

Local preview

# from repository root
python3 -m http.server 4177
# open http://127.0.0.1:4177

Files

  • index.html: page structure
  • assets/css/styles.css: design and responsive layout
  • assets/js/app.js: rendering, filters, lightbox, downloads
  • assets/data/amam-dataset.json: dataset metadata + links
  • assets/images/*: representative microstructure samples
  • repro/*: full reproducibility package (benchmark code, outputs, and figures)

Reproduce benchmark results

# from repository root
bash repro/benchmark/run_all_repro.sh

Detailed instructions are in repro/README.md. Execution details for every model family are in repro/benchmark/README.md. Per-model checkpoint/source traceability is in repro/results/model_provenance_manifest.csv. Hard 45-model consistency proof is in repro/results/reproducibility_audit_45_models.json.

Deployment notes

  • A .nojekyll file is included so GitHub Pages serves static assets directly.
  • For private-only GitHub Pages publication, GitHub requires enterprise access-control support.
  • On personal GitHub Free, GitHub Pages is not private-access controlled.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors