Skip to content

Prajeshpuri/House_Price_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House_Price_Prediction

This is a ML based web project that uses python3 to predict house price as per the given parameters.

A. Python Script N|Solid

-> Libraries used :

-> Consist of 11 Independent Variables & (Price) as Dependent Variable. -> Model Used : Linear Regression

B. Server-side Script N|Solid

-> Get Requests for 11 inputs(Independent Variables) -> Send Request for Predicted Price(Dependent Variables) -> Web Server used : Apache2