Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sundanc/housefinder
- Owner: sundanc
- License: mit
- Created: 2024-12-12T08:52:05.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-12-12T08:53:18.000Z (29 days ago)
- Last Synced: 2024-12-12T09:36:08.806Z (29 days ago)
- Topics: numpy, pandas, prediction, python, streamlit
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- streamlitInstall 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.