CoolFace
Apppublic

taeba/TERRA_AI

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
App README

๐ŸŒ TERRA-EYE: Off-Road Terrain Segmentation

This Space hosts the TERRA-EYE semantic segmentation demo using a DeepLabV3+ (ResNet50) model trained on the Duality AI challenge dataset.

How it works

  1. 1.Inference Backend: A FastAPI service handles the PyTorch model inference on CPU.
  2. 2.Frontend UI: A Streamlit dashboard allows for image uploads and visualization.

Features

  • โ€”Side-by-side comparison.
  • โ€”Interactive alpha-blending slider.
  • โ€”Class distribution analytics.
  • โ€”High-contrast, color-blind friendly palette.

Technical Details

  • โ€”Architecture: DeepLabV3+
  • โ€”Backbone: ResNet50
  • โ€”Environment: CPU-only Production (FastAPI + Streamlit)