Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,51 @@
|
|
| 1 |
---
|
| 2 |
-
title: GroundTruth
|
| 3 |
-
emoji:
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version:
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: apache-2.0
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: GroundTruth
|
| 3 |
+
emoji: 🏠
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 5.16.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: apache-2.0
|
| 11 |
+
tags:
|
| 12 |
+
- real-estate
|
| 13 |
+
- spatial-reasoning
|
| 14 |
+
- robotics-ai
|
| 15 |
+
- gemini-api
|
| 16 |
+
- proptech
|
| 17 |
---
|
| 18 |
|
| 19 |
+
# GroundTruth: Temporal Property Sentinel
|
| 20 |
+
**A High-Fidelity Spatial Reasoning Engine for Real Estate Analysis**
|
| 21 |
+
|
| 22 |
+
## Project Overview
|
| 23 |
+
GroundTruth is an analytical platform designed to provide "Spatial Truth" in property valuation and assessment. By utilizing the **Google Gemini Robotics-ER 1.5** model, this application moves beyond standard object detection to perform forensic, multi-period structural audits.
|
| 24 |
+
|
| 25 |
+
## Why Robotics-ER 1.5?
|
| 26 |
+
Standard Vision-Language Models (VLMs) are trained to identify *what* is in an image (e.g., "a house with a lawn"). GroundTruth uses the Robotics-ER 1.5 API because it is specifically optimized for **Embodied Reasoning**—the ability to understand physical structure, depth, and spatial relationships as they unfold across time.
|
| 27 |
+
|
| 28 |
+
### Key Technical Advantages:
|
| 29 |
+
* **Spatial Accuracy:** Outperforms standard models (like Gemini Flash) in 3D detection and precise pointing tasks, which is critical for identifying specific structural defects like roof sagging or foundation cracks.
|
| 30 |
+
* **Temporal Reasoning:** Natively understands cause-and-effect relationships and sequences of events. It doesn't just see two photos; it reasons about the *maintenance trajectory* between them.
|
| 31 |
+
* **Physical World Logic:** Trained on robotic interaction data, the model understands "affordances"—the physical possibilities of a space (e.g., whether a wall is likely load-bearing based on its position).
|
| 32 |
+
|
| 33 |
+
## Features
|
| 34 |
+
* **Side-by-Side Forensic Audit:** Compare historical and present-day imagery to identify capital improvements or systemic neglect.
|
| 35 |
+
* **Maintenance Trajectory Scoring:** Automated classification of a property as "Improving," "Stable," or "Declining" based on visual structural evidence.
|
| 36 |
+
* **High-Budget Thinking:** Utilizes the model's tunable thinking budget to prioritize forensic accuracy over simple latency for complex structural questions.
|
| 37 |
+
|
| 38 |
+
## Intended Use
|
| 39 |
+
* **Real Estate Agents:** Automating "Pride of Ownership" reports for listing presentations.
|
| 40 |
+
* **Investors:** Remote due diligence and asset condition monitoring over time.
|
| 41 |
+
* **Compliance Officers:** Identifying unauthorized additions or zoning violations via historical imagery comparison.
|
| 42 |
+
|
| 43 |
+
## Limitations & Disclaimers
|
| 44 |
+
* **Vision-Only:** Analysis is based on exterior visual data; it cannot "see" internal structural integrity or hidden plumbing/electrical issues.
|
| 45 |
+
* **Safety:** While optimized for physical reasoning, all AI outputs should be verified by a licensed human inspector before financial or safety decisions are made.
|
| 46 |
+
|
| 47 |
+
## License
|
| 48 |
+
This project is licensed under the **Apache License 2.0**, providing explicit patent protection and commercial flexibility for the Real Estate tech ecosystem.
|
| 49 |
+
|
| 50 |
+
---
|
| 51 |
+
*Created by Evan Bench — Google AI Architect*
|