Skip to content

wherebnb (Airbnb clone) made by me not only helps tourists to predict the price of a house but also helps hosts to predict the popularity of their house while giving them a title recommendation for their place as well.

License

Notifications You must be signed in to change notification settings

kritikseth/wherebnb

Repository files navigation

wherebnb.

made by- Kritik Seth

Wherebnb is an application that uses machine learning in the backend and provides:

  • Tourists with price estimates of a house in any region, based on features they have selected.
  • Hosts with popularity estimates of their house if they were to put it up for rent on Airbnb, it also suggests pricing for that house.
  • Users with a map of nearby places actually available for rent on Airbnb in the selected region.
  • Travellers with a list of nearby experiences in the selected city.

Installation of wherebnb.

  1. In your command prompt or terminal run
git clone https://github.com/kritikseth/wherebnb.git
  1. Install requirements
pip3 install -r requirements.txt --user
  1. Run the application
python3 app.py

Directory

├── Data
│   └── ...
├── LICENSE
├── Procfile
├── README.md
├── app.py
├── hosted
│   └── ...
├── mapping.py
├── preprocess.py
├── requirements.txt
├── static
│   ├── css
│   │   ├── neumorphism.css
│   │   └── neumorphism.css.map
│   ├── data
│   │   ├── wherebnb-map-1000.csv
│   │   └── wherebnb-map-2000.csv
│   ├── img
│   │   ├── brand
│   │   ├── loading
│   │   └── profile
│   ├── js
│   │   └── neumorphism.js
│   ├── maps
│       └── [generated maps]
│   ├── models
│   │   ├── decision_tree_clf.pkl
│   │   ├── lgbm.pkl
│   │   └── lgbm_all.pkl
│   ├── scss
│   │   ├── bootstrap
│   │   ├── neumorphism
│   │   └── neumorphism.scss
│   └── vendor
│       └── ...
└── templates
    ├── about.html
    ├── base.html
    ├── child.html
    ├── data.html
    ├── host.html
    ├── index.html
    ├── map.html
    ├── mapnearby.html
    ├── mapnearbyview.html
    ├── mapview.html
    ├── nearby.html
    ├── nearbyview.html
    ├── popularity.html
    ├── popularityresult.html
    ├── price.html
    ├── priceresult.html
    └── tourist.html

Technologies Used

Made by

Kritik Seth
Kritik Seth

Bug/Feature Request

  • If you find a bug (the website couldn't handle the query and/or gave undesired results), kindly open an issue here by including your search query and the expected result.
  • If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

License

Apache license

Copyright 2020 Kritik Seth

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific la

Dataset

This dataset can also be found on kaggle here- U.S. Airbnb Open Data

Product Images

Home Page

Price Prediction

Popularity Prediction

Map

Nearby Experiences

About

wherebnb (Airbnb clone) made by me not only helps tourists to predict the price of a house but also helps hosts to predict the popularity of their house while giving them a title recommendation for their place as well.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published