Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# predict_property_price
|
| 2 |
+
pytorch model used to predict property price in Riyadh
|
| 3 |
+
|
| 4 |
+
the dataset in a JSON object with a list of keys each having
|
| 5 |
+
1. area
|
| 6 |
+
2. districtID
|
| 7 |
+
3. property type
|
| 8 |
+
4. location of the property lon, lat
|
| 9 |
+
5. price
|