Skip to content

emmanuelepp/house-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

House Price Prediction

House Prediction

Introduction

This project tackles the classic problem of house price prediction, a key task in real estate market analysis. Using machine learning models, we aim to predict property values based on features like location, size, and other relevant specifications. The goal is to provide accurate price estimations, crucial for buyers, sellers, and analysts in the real estate sector.

Getting Started

To run this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/emmanuelepp/house-prediction.git
    
  2. Go to the main project forder and run:

    On Windows:

    venv/Scripts/activate

    On macOS and Linux:

    source venv/bin/activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run the project :)

FAQ

Q: Why the command "venv/Scripts/activate" does not work?

A: You have to install virtualenv, run: pip install virtualenv.

Q: Why when I run the project it tells me that my version of python is invalid?

A: You have to select the version of python that you are running in your virtual environment or restart the Kernel. Usually this works.

About

House prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published