Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.07 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.07 KB

House Price Prediction

Ir à descrição em português

This web application utilizes a linear prediction model to analyze the USA Real Estate Dataset, which is available on Kaggle.

The trained model can predict the price of a house based on criteria such as location, number of bedrooms, number of bathrooms, and lot size. It's important to note that the predictions are valid only for specific areas of California, 'cause the dataset is too large.

How it Works

Web demonstration

Technologies

  • Python: for backend development and machine learning model.
  • Numpy and Pandas: for data preprocessing, feature engineering, and handling datasets.
  • Sklearn: used for implementing the Random Forest regression model.
  • Matplotlib and Plotly: for data visualization.
  • Flask: for the web application.
  • Docker: for containerizing the services.