Jordun01 commited on
Commit
33af72c
·
verified ·
1 Parent(s): 1d328b5

Add model card with MIT license

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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