Table Of Content
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
Frontend | React Native |
Backend | Firebase, Python |
Algorithm | Random Forest |
Accuracy | 75% |
Project ID | ML002A |
Modules
- Customer
- ๐ Login/Signup
- ๐ Predict House Price
- ๐ Publish Contract Post
- ๐ View Applications from contractors
- ๐ Pick a contractor
- Contractor
- ๐ View Contract Posts
- ๐ Login/Signup
- ๐ Apply for contracts
- ๐ View Application status