Skip to content

Repository focusing on a Python-based ML model predicting Boston house prices, deployed with Flask on Heroku

License

Notifications You must be signed in to change notification settings

rissh/Boston-House-Pricing

Repository files navigation

Boston-House-Pricing Prediction

image

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 :

  1. Creating a ML model which predicts the price of house based on the independent features
  2. Creating a flask web based micro framework
  3. Deplyoment of the model on to the Heroku Framework

Software and Tools Requirements

  1. Github Account
  2. VS Code IDE
  3. Heroku Account
  4. Git CLI

Create a New Environment

conda create -p venv python==3.7 -y

Deploy in the Heroku is successfully achieved

image

Below is the heroku link for your reference

Heroku App

Author

About

Repository focusing on a Python-based ML model predicting Boston house prices, deployed with Flask on Heroku

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages