Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# House-price-prediction
|
2 |
+
in this project i want to predict price of a houise with 8 inputs
|
3 |
+
|
4 |
+
# Inputs
|
5 |
+
|
6 |
+
there is 2 types of 4 image inputs and 4 numerical inputs as image inputs model resive 4 vison of home that contains:
|
7 |
+
|
8 |
+
1) bath room
|
9 |
+
2) bedroom
|
10 |
+
3) frontal
|
11 |
+
4) kitchen
|
12 |
+
|
13 |
+
and as numerical inputs model recive 4 inputs such number of rooms and etc.
|
14 |
+
|
15 |
+
# preprocessing
|
16 |
+
|
17 |
+
For numerical data i just normalize data and for images, i normalize images and resize to (128,128)
|
18 |
+
|
19 |
+
# Data reference
|
20 |
+
|
21 |
+
download data from this repo https://github.com/emanhamed/Houses-dataset
|