Project House
House Price Prediction
#Machine LearningRandom Forest Algorithm

Abstract

House price prediction is an essential topic of real estate. This project, the House Price Prediction system, uses a Random Forest Regression algorithm for house price prediction. The Python Flask framework is employed to create an API that serves as an intermediary between the model and the mobile application developed using React Native. The React Native mobile application consists of two modules: User and Contractor. Users can select house features for price prediction, publish posts for contractors, and evaluate contractor applications. Contractors, on the other hand, can view user posts and submit applications with finalized pricing.


You can download abstract from here


Technologies Used

FrontendReact Native
BackendFirebase, Python
AlgorithmRandom Forest
Accuracy75%
Project IDML002A

Modules

  1. Customer
  • ๐Ÿ  Login/Signup
  • ๐Ÿ  Predict House Price
  • ๐Ÿ Publish Contract Post
  • ๐Ÿ  View Applications from contractors
  • ๐Ÿ  Pick a contractor
  1. Contractor
  • ๐Ÿ  View Contract Posts
  • ๐Ÿ  Login/Signup
  • ๐Ÿ  Apply for contracts
  • ๐Ÿ  View Application status