Pukas commited on
Commit
d5c8a7d
·
verified ·
1 Parent(s): 3c7ebe6

Update README.md

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