This project is a House Price Prediction Model that utilizes Python Flask for the backend and React for the frontend. The model leverages NumPy and Pandas for data processing and predictions. Users can input various features of a house to receive an estimated price.
- Python
- Flask
- NumPy
- Pandas
- React
- Clone the repository:
git clone https://github.com/techcsispit/House-Price-Prediction
- Navigate to the backend folder and install dependencies:
cd backend pip install -r requirements.txt
- Start the Flask server:
python app.py
- Navigate to the frontend folder and install dependencies:
cd frontend npm install
- Start the React app:
npm start
Contributions are welcome! Please follow these steps:
- Creating an Issue: Before making any changes, create an issue explaining what you'd like to add or change and why
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Open a pull request detailing your changes.
- Make sure you every pr has maximum of 5 files changes.
- Make sure you also add
.gitignore
files while making commits.
If you encounter any bugs or have feature requests, please create an issue in the repository. Provide detailed information to assist in addressing the problem.