Boston Housing Price Prediction
How to Use
- Clone the repository.
- Install the required dependencies.
- Run the application.
Requirements
- Python 3.7
- Flask
- Joblib
- Scikit-learn
Running the Application
python app.py
Docker To run the application using Docker:
docker build -t boston-housing .
docker run -p 5000:5000 boston-housing