Banglore House Prediction Using Flask Server (Python)

Overview

Banglore House Prediction Using Flask Server (Python)

experiment

๐ŸŒ Links ๐ŸŒ

๐Ÿ“‚ Repo

In this repository, I've implemented a Machine Learning-based Bangalore House Price Prediction model. With the aid of a few characteristics like availability, size, total square feet, bath, location, and so on, this model forecasts the price of a property in Bangalore.

Table of Content

  1. Manifest
  2. Prerequisites
  3. Things that I have Done on these DataSet

๐Ÿง‘๐Ÿปโ€๐Ÿซ Manifest

- Client --> This a client folder which contains the Front-End part of the project
     app.css --> Cascade File
     app.html --> HTML File
     app.js --> Java Script File
- Model --> 
    Banglore_housing.ipynb --> Ipynb file where I do all the Machine Learning Stuffs and dump it to a pickle file
    Bengaluru_House_Data.csv --> CSV File 
- Server -->
    Artifacts -->
        banglore_house_price_prediction.pickle - Pickel file extracted from the IPYNB File
        coulmns.json --> File that contains information of Columns 
    Server.py --> Server File
    util.py --> Util File
- README.md ---> This markdown file you are reading.

๐Ÿค” Prerequisites

  • Python Installed

  • Python Basics Understanding

  • Understanding of Machine Learning libraries Such as Scikit Learn, Pandas, Numpy and Matplotlib

Things that I have Done on these DataSet

  1. Exploratory data analysis
  2. Dealing with a missing values or noisy data
  3. Data preprocessing
  4. Create new features from existing features
  5. Remove outliers
  6. Data visualisation
  7. Splitting data into the training and testing
  8. Train linear regression model and test.
You might also like...
Code and datasets for the paper
Code and datasets for the paper "Combining Events and Frames using Recurrent Asynchronous Multimodal Networks for Monocular Depth Prediction" (RA-L, 2021)

Combining Events and Frames using Recurrent Asynchronous Multimodal Networks for Monocular Depth Prediction This is the code for the paper Combining E

Unofficial TensorFlow implementation of Protein Interface Prediction using Graph Convolutional Networks.
Unofficial TensorFlow implementation of Protein Interface Prediction using Graph Convolutional Networks.

[TensorFlow] Protein Interface Prediction using Graph Convolutional Networks Unofficial TensorFlow implementation of Protein Interface Prediction usin

 Beyond Image to Depth: Improving Depth Prediction using Echoes (CVPR 2021)
Beyond Image to Depth: Improving Depth Prediction using Echoes (CVPR 2021)

Beyond Image to Depth: Improving Depth Prediction using Echoes (CVPR 2021) Kranti Kumar Parida, Siddharth Srivastava, Gaurav Sharma. We address the pr

This is the codebase for the ICLR 2021 paper Trajectory Prediction using Equivariant Continuous Convolution
This is the codebase for the ICLR 2021 paper Trajectory Prediction using Equivariant Continuous Convolution

Trajectory Prediction using Equivariant Continuous Convolution (ECCO) This is the codebase for the ICLR 2021 paper Trajectory Prediction using Equivar

Using VideoBERT to tackle video prediction
Using VideoBERT to tackle video prediction

VideoBERT This repo reproduces the results of VideoBERT (https://arxiv.org/pdf/1904.01766.pdf). Inspiration was taken from https://github.com/MDSKUL/M

Wind Speed Prediction using LSTMs in PyTorch
Wind Speed Prediction using LSTMs in PyTorch

Implementation of Deep-Forecast using PyTorch Deep Forecast: Deep Learning-based Spatio-Temporal Forecasting Adapted from original implementation Setu

Sign Language is detected in realtime using video sequences. Our approach involves MediaPipe Holistic for keypoints extraction and LSTM Model for prediction.
Sign Language is detected in realtime using video sequences. Our approach involves MediaPipe Holistic for keypoints extraction and LSTM Model for prediction.

RealTime Sign Language Detection using Action Recognition Approach Real-Time Sign Language is commonly predicted using models whose architecture consi

Repo for flood prediction using LSTMs and HAND

Abstract Every year, floods cause billions of dollarsโ€™ worth of damages to life, crops, and property. With a proper early flood warning system in plac

Using Streamlit to host a multi-page tool with model specs and classification metrics, while also accepting user input values for prediction.

Predicitng_viability Using Streamlit to host a multi-page tool with model specs and classification metrics, while also accepting user input values for

Owner
Dhyan Shah
MSc Computer Science Lakehead University
Dhyan Shah
House-GAN++: Generative Adversarial Layout Refinement Network towards Intelligent Computational Agent for Professional Architects

House-GAN++ Code and instructions for our paper: House-GAN++: Generative Adversarial Layout Refinement Network towards Intelligent Computational Agent

null 122 Dec 28, 2022
Toontown House CT Edition

Toontown House: Classic Toontown House Classic source that should just work. โ“ W

Open Source Toontown Servers 5 Jan 9, 2022
A web application that provides real time temperature and humidity readings of a house.

About A web application which provides real time temperature and humidity readings of a house. If you're interested in the data collected so far click

Ben Thompson 3 Jan 28, 2022
Doge-Prediction - Coding Club prediction ig

Doge-Prediction Coding Club prediction ig Basically: Create an application that

null 1 Jan 10, 2022
Discord-Protect is a simple discord bot allowing you to have some security on your discord server by ordering a captcha to the user who joins your server.

Discord-Protect Discord-Protect is a simple discord bot allowing you to have some security on your discord server by ordering a captcha to the user wh

Tir Omar 2 Oct 28, 2021
UpChecker is a simple opensource project to host it fast on your server and check is server up, view statistic, get messages if it is down. UpChecker - just run file and use project easy

UpChecker UpChecker is a simple opensource project to host it fast on your server and check is server up, view statistic, get messages if it is down.

Yan 4 Apr 7, 2022
A Web API for automatic background removal using Deep Learning. App is made using Flask and deployed on Heroku.

Automatic_Background_Remover A Web API for automatic background removal using Deep Learning. App is made using Flask and deployed on Heroku. ?? https:

Gaurav 16 Oct 29, 2022
Age and Gender prediction using Keras

cnn_age_gender Age and Gender prediction using Keras Dataset example : Description : UTKFace dataset is a large-scale face dataset with long age span

XN3UR0N 58 May 3, 2022
OHLC Average Prediction of Apple Inc. Using LSTM Recurrent Neural Network

Stock Price Prediction of Apple Inc. Using Recurrent Neural Network OHLC Average Prediction of Apple Inc. Using LSTM Recurrent Neural Network Dataset:

Nouroz Rahman 410 Jan 5, 2023