CoolFace
Apppublic

dipnas/chest-xray-multilabel-diagnosis2

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes
50 commits on main
d8dcd911mo ago

restore hf spaces metadata in readme, was breaking the space config

Dippy2003
64cc96d3mo ago

Merge branch 'main' of https://github.com/Dippy2003/chest-xray-multilabel-diagnosis2

Dippy2003
793a9ea3mo ago

update README.md to clarify image preprocessing steps and enhance grayscale check description

Dippy2003
e9a59f63mo ago

Remove metadata from README.md

dipnas
0570c7c3mo ago

update README.md to enhance project description, clarify functionality, and improve formatting

Dippy2003
cb9ca863mo ago

show actual server error message instead of status code

Dippy2003
f20c1cf3mo ago

reject non xray images with a grayscale heuristic check

Dippy2003
cad18593mo ago

add live demo link and update tech stack in readme

Dippy2003
1524c183mo ago

commit resnet50 checkpoint for deployment

Dippy2003
95026ee3mo ago

track resnet50 checkpoint with git lfs

Dippy2003
6dec19f3mo ago

add framer motion dep

Dippy2003
16b12433mo ago

animate results and gradcam panels

Dippy2003
6c7fda73mo ago

add animated neural network background

Dippy2003
2cf26aa3mo ago

add dockerfile for hf spaces deploy

Dippy2003
c2adeb43mo ago

add hf spaces yaml header for docker sdk

Dippy2003
2809cfe3mo ago

add rest of gradcam example overlays

Dippy2003
d14dbbc3mo ago

update readme for react frontend

Dippy2003
0afd3f23mo ago

serve built react app from fastapi instead of static html

Dippy2003
9f84a6e3mo ago

allow vite dev server origin in cors

Dippy2003
96d179b3mo ago

wire up app.tsx, upload to results to gradcam flow

Dippy2003
bd63d3d3mo ago

add gradcam side by side panel

Dippy2003
7bc9ff23mo ago

add results panel with probability bars

Dippy2003
78fb18b3mo ago

add upload card component

Dippy2003
02bda8c3mo ago

add card progress badge components

Dippy2003
cfb7bec3mo ago

add shadcn cn utility

Dippy2003
08468a73mo ago

fix gitignore eating web/src/lib

Dippy2003
97d5e313mo ago

add tailwind to frontend

Dippy2003
395be843mo ago

scaffold react frontend with vite

Dippy2003
98f11a73mo ago

add web demo section to readme

Dippy2003
0e583fa3mo ago

add fastapi deps to requirements

Dippy2003
497e0643mo ago

serve static frontend from fastapi

Dippy2003
6b514313mo ago

add js for upload + render results

Dippy2003
c1d822b3mo ago

add styling for upload page

Dippy2003
cd1a4383mo ago

add upload page html

Dippy2003
e524edf3mo ago

add gradcam overlay to predict response

Dippy2003
aa6bc6a3mo ago

add predict endpoint

Dippy2003
1238dca3mo ago

add fastapi skeleton, loads resnet50 at startup

Dippy2003
d4f1a343mo ago

link results writeup from readme

Dippy2003
0f8cbe23mo ago

add final results writeup

Dippy2003
b9639c53mo ago

add gradcam section to readme

Dippy2003
f47f0f33mo ago

add gradcam example overlays

Dippy2003
5c674133mo ago

stop ignoring visualizations folder, want gradcam imgs tracked

Dippy2003
97973d13mo ago

add gradcam runner script

Dippy2003
a5fed4d3mo ago

add heatmap overlay helper

Dippy2003
f7e34533mo ago

add gradcam class

Dippy2003
3829b2b3mo ago

update readme day 4 done

Dippy2003
2964ab83mo ago

add day 4 threshold tuning results to comparison

Dippy2003
5fef0d13mo ago

retrain baseline, checkpoint wasnt saved from day 2

Dippy2003
a6206f03mo ago

baseline test metrics with tuned thresholds

Dippy2003
797cf373mo ago

baseline thresholds tuned on val set

Dippy2003