All Projects → deluminators → Realate

deluminators / Realate

Licence: MIT license
real-estate data prediction engine

Programming Languages

Jupyter Notebook
11667 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Realate

pwb-for-heroku
A Rails website using the property-web-builder gem and ready to be deployed to heroku
Stars: ✭ 19 (-17.39%)
Mutual labels:  real-estate
microrealestate
This is an Open Source Real estate management system which helps landlords to manage their rentals and properties
Stars: ✭ 137 (+495.65%)
Mutual labels:  real-estate
streamlit-geospatial
A multi-page streamlit app for geospatial
Stars: ✭ 310 (+1247.83%)
Mutual labels:  real-estate
examples
SimplyRETS API for RETS, IDX, & RESO WebAPI data feeds - Examples
Stars: ✭ 18 (-21.74%)
Mutual labels:  real-estate
HRM
Easy & hassle free House Rent Management Web Application
Stars: ✭ 42 (+82.61%)
Mutual labels:  real-estate
OpenEstate-IO
Java libraries to read and write real estate data in common formats (e.g. OpenImmo, ImmoXML, Kyero, Trovit, IDX)
Stars: ✭ 37 (+60.87%)
Mutual labels:  real-estate
ResidenceCMS
Open Source Property Management System based on Symfony 6
Stars: ✭ 75 (+226.09%)
Mutual labels:  real-estate
property-seeker
Calculate the price range for property advertised on Domain and Real Estate.
Stars: ✭ 30 (+30.43%)
Mutual labels:  real-estate
real-estate-neighborhood-prediction
Code to repeat the experiments of "The economic value of neighborhoods: Predicting real estate prices from the urban environment"
Stars: ✭ 53 (+130.43%)
Mutual labels:  real-estate
flatcrawl-processors
A set of processors that will instantly inform users via a set of channels (ie. Telegram) of new flats that are found on different rental websites.
Stars: ✭ 11 (-52.17%)
Mutual labels:  real-estate
immo-feed
A extensible app for scraping property listings
Stars: ✭ 35 (+52.17%)
Mutual labels:  real-estate
retscli
CLI for querying RETS servers and searching metadata.
Stars: ✭ 55 (+139.13%)
Mutual labels:  real-estate

              Untitled-design-removebg-preview-1

           Stargazers Issues Contributors Forks Pull Request Contributors Top Language

real-estate data prediction & analysis
A robust application providing support for predicting and detecting land quality & cover, its optimal usage for building flats or property, its generative model and optimal paths to electric/water/sewage reserve.

Features

  • Land Cover : Real estate agents find it difficult to predict and determine the land quality and optimal cover.
  • External supplies : Finding optimized path for external supplies like electricity, water or sewage reserves.
  • Optimal usage : [COMING SOON] Optimal usage of land for predicting the maximum number of flats and bunglows possible to fit into a chosen plot.
  • Generating usages : [UNDER EXPERIMENATION] To generate usages of the plot based on demands by the real estate agents and clients.

Implementation

  1. For classifying the land cover and usage the Resnet50 Architecture along with OpenCV's CVT Threshold.
  2. For finding the land cover, semantic segmenation of Land is performed on aerial images for masking the image to suitable classes.
  3. For finding the optimal and best route between two points in an aerial image we use the Djikstra Algorithm in the road segmented image of the satellite imagery with an added algorithm which ignores the region with black pixels and finds the best path among the white pixels.
  4. We plan to use Generative Adverserial Networks for generating best plot plan of the chosen area for giving a complete finish plan to the real-estate agents.

Future Plan

  • Add GANs generated blueprints for construction on land site
  • Dynamic Pricing model for predicting real time price predictions based on demand and availability.
  • Implementing bridge with nearby sources for particular usages of tools.
  • Implementing better Semantic Segmentation models for better optimal usage functionality.
  • Implementing real-time deployment with added security.
  • Usage of A-Star or better algorithms in finding the best optimal path between the source and reserves.

Installation & Setup

Running the Machine Learning server Go to root of the project, run

cd ml
pip install -r requirements.txt
python app.py

A Flask app will be running on port 8000.

Running the back-end server
Go to root of the project, run

cd backend
npm install
npm start

Server will be running on localhost on port 5000

Running the front-end server Go to root of the project, run

cd client
npm install
npm start

A react app will be running on your browser on port 3000. Visit http://127.0.0.1:3000/ in your browser to access the application

Contributions

Contributing rules are mentioned in CONTRIBUTING.md file.
For existing bugs and adding more features open a issue here

Discussions

Pitch new ideas, suggestions and contribute in developing the project! Participate in the discussions here

Project Maintainers


Sanjiban Sengupta


Sourav Kunda


Sanchi Mittal

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].