This project demonstrates the predictive capabilities of a model trained on house price data using Linear Regression. The model is deployed using a Flask API, providing an interface to predict house prices based on input features.
For a detailed explanation, check out my blog post: House Price Prediction using Flask for Beginners
You'll need to install the required libraries to run this web app on your local machine. These are listed in the requirements.txt file. The project was developed using Python 3.8.0 and Flask 2.0.1.
Install the necessary packages by running the following command in your terminal:
pip install -r requirement.txt
After installing the required packages, you can start the application by executing the following command in your terminal:
python app.py
MIT License