Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 789 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 789 Bytes

House-Price-Predictor

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