File size: 554 Bytes
6790ae8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# House-price-prediction
in this project i want to predict price of a houise with 8 inputs

# Inputs

there is 2 types of 4 image inputs and 4 numerical inputs as image inputs model resive 4 vison of home that contains:

1) bath room
2) bedroom
3) frontal
4) kitchen

and as numerical inputs model recive 4 inputs such number of rooms and etc.

# preprocessing

For numerical data i just normalize data and for images, i normalize images and resize to (128,128)

# Data reference

download data from this repo https://github.com/emanhamed/Houses-dataset