Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sundanc/housefinder

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

numpy pandas prediction python streamlit

Last synced: 29 days 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

1. Clone this repository or download the files.
4. The web interface will prompt you to input your house preferences (e.g., minimum living area, number of bedrooms, etc.).
5. The application will filter the data and display the best matching house based on your criteria.

## License

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