This repository mainly focuses on creating a working Machine Learning model to predict the Pricing of the houses in Boston using Python as a coding language, Flask as a micro web framework and finally productionize the product on to the Heroku Platform.
This project is divided in to three main section :
- Creating a ML model which predicts the price of house based on the independent features
- Creating a flask web based micro framework
- Deplyoment of the model on to the Heroku Framework
conda create -p venv python==3.7 -y