Skip to content

This project is a real estate price prediction web application built using Python, Flask, and machine learning. It allows users to input property details and get an estimate of the property's price based on a pre-trained machine learning model.

License

Notifications You must be signed in to change notification settings

sahilshukla3003/RealEstatePricePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate Price Prediction Web Application

This project is a real estate price prediction web application built using Python, Flask, and machine learning. It allows users to input property details and get an estimate of the property's price based on a pre-trained machine learning model.

Table of Contents

Features

  • Real-time real estate price prediction based on user-provided property details.
  • Basic web interface for user interaction.
  • Integration with a pre-trained machine learning model.
  • Clean and user-friendly design.

Getting Started

Prerequisites

Before running the application, you need to have the following dependencies installed:

  • Python 3.x
  • Flask (install with pip install Flask)

Installation

  1. Clone this repository:

    git clone https://github.com/sahilshukla3003/RealEstatePricePrediction.git
    cd RealEstatePricePrediction
  2. Install the required Python packages:

    pip install -r requirements.txt

Usage

Start the Flask application:

python app.py

Open a web browser and navigate to http://localhost:5000 to access the web application.

Fill out the property details form, and click the "Predict" button to get a real estate price estimate.

Project Structure

  • app.py: The main Flask application.
  • templates/: HTML templates for the web interface.
  • static/: Static files such as CSS and JavaScript.
  • model/: Contains the pre-trained machine learning model.

Machine Learning Model

The real estate price prediction model is trained on a dataset of real estate properties and used to make predictions.

Web Application

The web application is built with Flask, a Python web framework. It provides a user-friendly interface for users to input property details and receive price predictions.

Deployment

You can deploy this application to a production environment using platforms like Heroku, AWS, or Azure. Be sure to set up a production-ready web server like Gunicorn for serving the Flask app.

Contributing

Feel free to contribute to this project. You can add any specific feature and kindly request a pull request.

License

This project is licensed under the MIT License.

About

This project is a real estate price prediction web application built using Python, Flask, and machine learning. It allows users to input property details and get an estimate of the property's price based on a pre-trained machine learning model.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages