Fix: Add MIT license YAML frontmatter to README
Browse files
README.md
CHANGED
|
@@ -1,6 +1,18 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- real-estate
|
| 5 |
+
- onnx
|
| 6 |
+
- bittensor
|
| 7 |
+
- resi
|
| 8 |
+
---
|
| 9 |
|
| 10 |
+
# RESI Real Estate Price Prediction Model
|
| 11 |
|
| 12 |
+
ONNX model for US residential real estate price prediction.
|
| 13 |
+
|
| 14 |
+
## Model Details
|
| 15 |
+
- **Input**: 79 float32 features (property attributes, location, census data)
|
| 16 |
+
- **Output**: Predicted price in USD
|
| 17 |
+
- **Format**: ONNX (compatible with onnxruntime 1.20.1)
|
| 18 |
+
- **License**: MIT
|