Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 439 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 439 Bytes

Real_Estate_Price_Predictor-

Using the housing dataset with some features like no. of bathrooms, no. of bedrooms, etc. The main task is to create a model which will predict the price of any house by looking at the features.

Tech Stack

  • Jupyter Notebook for the Data Analysis, Data Cleaning and Modelling.
  • Import the model through pickle file.
  • Create the Python Flask server .
  • HTML, CSS, JavaScript for the frontend .