CoolFace
Apppublic

Stemson-AI/denoise-judging

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
README.md28 linesDownload Raw Back to root
1---2title: Denoise Judging3emoji: ๐Ÿ”ฌ4colorFrom: blue5colorTo: indigo6sdk: gradio7sdk_version: 5.49.18app_file: app.py9pinned: false10short_description: Blind A/B judging of denoised microscopy images11---12 13# Denoise Judging14 15Blind A/B judging Space for the Stemson-AI denoising experiments.16 17- Reads triplets (`raw`, `cimp_gan`, `n2v`) from the private dataset18  `Stemson-AI/denoise-judging-triplets`.19- Writes one judgment per JSON file to the private dataset20  `Stemson-AI/denoise-judgments`.21- De-duplicates by email: a user only sees triplets they have not yet judged.22 23## Required Space secret24 25- `HF_TOKEN` โ€” fine-grained token with **read** access to26  `Stemson-AI/denoise-judging-triplets` and **write** access to27  `Stemson-AI/denoise-judgments`.28