dipnas/chest-xray-multilabel-diagnosis2
restore hf spaces metadata in readme, was breaking the space config
Merge branch 'main' of https://github.com/Dippy2003/chest-xray-multilabel-diagnosis2
update README.md to clarify image preprocessing steps and enhance grayscale check description
Remove metadata from README.md
update README.md to enhance project description, clarify functionality, and improve formatting
show actual server error message instead of status code
reject non xray images with a grayscale heuristic check
add live demo link and update tech stack in readme
commit resnet50 checkpoint for deployment
track resnet50 checkpoint with git lfs
add framer motion dep
animate results and gradcam panels
add animated neural network background
add dockerfile for hf spaces deploy
add hf spaces yaml header for docker sdk
add rest of gradcam example overlays
update readme for react frontend
serve built react app from fastapi instead of static html
allow vite dev server origin in cors
wire up app.tsx, upload to results to gradcam flow
add gradcam side by side panel
add results panel with probability bars
add upload card component
add card progress badge components
add shadcn cn utility
fix gitignore eating web/src/lib
add tailwind to frontend
scaffold react frontend with vite
add web demo section to readme
add fastapi deps to requirements
serve static frontend from fastapi
add js for upload + render results
add styling for upload page
add upload page html
add gradcam overlay to predict response
add predict endpoint
add fastapi skeleton, loads resnet50 at startup
link results writeup from readme
add final results writeup
add gradcam section to readme
add gradcam example overlays
stop ignoring visualizations folder, want gradcam imgs tracked
add gradcam runner script
add heatmap overlay helper
add gradcam class
update readme day 4 done
add day 4 threshold tuning results to comparison
retrain baseline, checkpoint wasnt saved from day 2
baseline test metrics with tuned thresholds
baseline thresholds tuned on val set
