Interactive dataset website for the Annotated Metallic Alloys Microstructures (AMAM) benchmark.
- 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)
# from repository root
python3 -m http.server 4177
# open http://127.0.0.1:4177index.html: page structureassets/css/styles.css: design and responsive layoutassets/js/app.js: rendering, filters, lightbox, downloadsassets/data/amam-dataset.json: dataset metadata + linksassets/images/*: representative microstructure samplesrepro/*: full reproducibility package (benchmark code, outputs, and figures)
# from repository root
bash repro/benchmark/run_all_repro.shDetailed 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.
- A
.nojekyllfile 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.