An open API service indexing awesome lists of open source software.

https://github.com/sundanc/besthousefinder

A Streamlit web application that helps users find the best house based on their preferences.
https://github.com/sundanc/besthousefinder

numpy pandas prediction python streamlit

Last synced: 2 months ago
JSON representation

A Streamlit web application that helps users find the best house based on their preferences.

Awesome Lists containing this project

README

          

# Best House Finder

This is a Streamlit-based web application that helps users find the best house based on their preferences from a dataset of housing data.

## Features

- Input preferences like minimum living area, number of bedrooms, bathrooms, and more.
- Filter houses based on criteria such as house age, renovation status, grade, and view rating.
- View the best house that matches the given criteria, sorted by house grade, view, and living area.

## Requirements

To run this project, you need the following Python packages:
- pandas
- numpy
- streamlit

Install the required dependencies by running:

```
pip install pandas numpy streamlit
```

## How to Use

Clone this repository or download the files.
The web interface will prompt you to input your house preferences (e.g., minimum living area, number of bedrooms, etc.).

![image](https://github.com/user-attachments/assets/b64f2a26-6eaf-4aaa-83a8-75e784b663ae)

The application will filter the data and display the best matching house based on your criteria.

![image](https://github.com/user-attachments/assets/e638e6c0-3574-4638-8f41-8427b5c6227d)

## License

This project is licensed under the MIT License - see the LICENSE file for details.