This is a web application that predicts house prices based on various features. The project is built with Python, Flask, and Scikit-learn, featuring a modern, responsive UI.
- Predicts house prices in real-time.
- Dynamic front-end with no page reloads on submission.
- Interactive sliders for certain inputs.
- Clean, modern UI with a "glassmorphism" design.
- Backend: Python, Flask
- Machine Learning: Scikit-learn, Pandas, NumPy, Joblib
- Frontend: HTML, CSS, JavaScript, Bootstrap
- Clone the repository:
git clone [https://github.com/YourUsername/YourProjectName.git](https://github.com/YourUsername/YourProjectName.git)
- Navigate to the project directory:
cd YourProjectName - Create and activate a virtual environment:
python -m venv venv venv\Scripts\activate
- Install the required packages:
pip install -r requirements.txt
- Run the Flask application:
python app.py
- Open your browser and go to
http://127.0.0.1:5000.