Skip to content

This is a Flask web application that predicts house prices using a machine learning model.

Notifications You must be signed in to change notification settings

sOnU1002/House-price-prediction

Repository files navigation

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

About

This is a Flask web application that predicts house prices using a machine learning model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published