Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
coderuday21
/
satdetect
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
satdetect / app
145 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 47 commits
coderuday21's picture
coderuday21
Fix: rename models/ to cd_models/ to avoid shadowing app/models.py (SQLAlchemy User model)
3e1a5d9 about 2 months ago
  • cd_models
    Fix: rename models/ to cd_models/ to avoid shadowing app/models.py (SQLAlchemy User model) about 2 months ago
  • __init__.py
    37 Bytes
    Initial commit: SatDetect satellite change detection web app 4 months ago
  • auth.py
    2.75 kB
    Full codebase audit: fix critical perf bug, security, error handling, dead code 3 months ago
  • database.py
    1.21 kB
    HF fix: uvicorn-only CMD, defensive mkdir, remove unused numpy, overlay mkdir on save, README troubleshooting 3 months ago
  • detection_engine.py
    94.4 kB
    Fix: rename models/ to cd_models/ to avoid shadowing app/models.py (SQLAlchemy User model) about 2 months ago
  • main.py
    20.7 kB
    Revert to satellite change detection only - remove landslide, pothole, detection type menu about 2 months ago
  • model_inference.py
    4.45 kB
    Improve building detection: fix tile size to 256, lower thresholds, add SSIM, smarter scoring about 2 months ago
  • models.py
    1.66 kB
    Full codebase audit: fix critical perf bug, security, error handling, dead code 3 months ago
  • notifier.py
    7.96 kB
    Email API: attach populated ChangeDetection.html report (base64) 3 months ago