satdetect / Dockerfile

Commit History

Fix: rename models/ to cd_models/ to avoid shadowing app/models.py (SQLAlchemy User model)
3e1a5d9

coderuday21 commited on

Add SIFT+FLANN registration, Siamese U-Net, multi-scale detection, ExG vegetation, Hybrid AI mode, confidence maps
aa4d14b

coderuday21 commited on

Improve building detection: fix tile size to 256, lower thresholds, add SSIM, smarter scoring
ce994d8

coderuday21 commited on

Fix: add einops dependency required by AdaptFormer custom code
b7a71f3

coderuday21 commited on

Fix: add trust_remote_code=True for AdaptFormer custom model code
6777e8b

coderuday21 commited on

Production overhaul: pre-trained AdaptFormer model + detection quality improvements
3808a54

coderuday21 commited on

Force cache bust - bump APP_BUILD, CSS and JS versions
8d42f45

coderuday21 commited on

Revert to satellite change detection only - remove landslide, pothole, detection type menu
7e52c2b

coderuday21 commited on

HF runtime fix: bind uvicorn to dynamic PORT env
7186eb1

coderuday21 commited on

HF: force writable hub cache (/tmp/hf)
064e77c

coderuday21 commited on

HF: relax pip wheel-only; upgrade pip tools
e0949ca

coderuday21 commited on

HF: ensure pip uses binary wheels during build
148396a

coderuday21 commited on

HF: make Docker builds verbose; move APP_BUILD cache-bust before pip
2ea70af

coderuday21 commited on

HF: bump APP_BUILD to force rebuild
56c5fcc

coderuday21 commited on

HF: bump APP_BUILD to force clean Docker rebuild
4dac521

coderuday21 commited on

Force fresh HF deploy with version 2.2.0 and new asset cache keys
1fc9452

coderuday21 commited on

Make HF startup path simpler and add explicit startup logging
a64e7fd

coderuday21 commited on

Force Docker rebuild with cache-bust ENV to deploy IST timestamp fix
2f3e9c6

coderuday21 commited on

HF fix: uvicorn-only CMD, defensive mkdir, remove unused numpy, overlay mkdir on save, README troubleshooting
717d61b

coderuday21 commited on

Fix: add checkfirst=True for table creation, use 1 worker
f09a460

coderuday21 Cursor commited on

Add Hugging Face Spaces support (Docker, port 7860, non-root user)
20e1b5d

coderuday21 Cursor commited on

Initial commit: SatDetect satellite change detection web app
401aaf2

coderuday21 Cursor commited on