Skip to content

Real estate price predictor using Python Flask server and ML model for data preprocessing, trained with hyperparameter tuning. Frontend created in HTML/CSS/JS with JQuery connecting to Flask. Deployed on Amazon EC2 with Nginx as a reverse proxy.

Notifications You must be signed in to change notification settings

kaifmkhan/Bangalore_Price_Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Property Value Forecasting Hub

This is basically a real estate price prediction website build using Machine Learning on a python flask server that uses the saved model to serve http requests.

The ML model uses data load and cleaning, outlier detection and removal, feature engineering, dimensionality reduction, gridsearchcv for hyperparameter tunning, k fold cross validation etc.

The UI is built using HTML, CSS, JavaScript where we have used JQuery to connect the flask server with frontend of Website.

The Website is Deployed on Amazon EC2 instance cloud server (Ubuntu) alongside with Nginx Open-source Web Sevrer using Revrse Proxy.

Technologies Used :

  1. Python
  • Numpy and Pandas for data cleaning
  • Matplotlib for data visualization
  • Sklearn for model building
  1. Jupyter notebook, visual studio code as IDE
  2. Python flask for http server
  3. HTML/CSS/Javascript for UI
  4. JQuery
  5. Nginx
  6. Amazon EC2 Instance Cloud Server for Deployment

Deployed Website :

http://ec2-54-173-132-242.compute-1.amazonaws.com/

About

Real estate price predictor using Python Flask server and ML model for data preprocessing, trained with hyperparameter tuning. Frontend created in HTML/CSS/JS with JQuery connecting to Flask. Deployed on Amazon EC2 with Nginx as a reverse proxy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages