Jordun01 commited on
Commit
07d372a
·
verified ·
1 Parent(s): e235406

Add model card with MIT license

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -1,9 +1,18 @@
1
  ---
2
  license: mit
 
 
 
 
 
3
  ---
 
4
  # RESI Real Estate Price Prediction Model
5
 
6
- ONNX model for residential real estate price prediction.
7
 
8
- - **Input**: 79 features (float32)
9
- - **Output**: Predicted price (float32)
 
 
 
 
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