Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.02 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.02 KB

House-price-prediction-using-flask

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.

Installation

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 flask
pip install numpy


Getting Started

After installing the required packages, you can start the application by executing the following command in your terminal:

python app.py


Preview







Thank you