Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KanadeFuzen authored Apr 30, 2021
1 parent aa55161 commit 231ed9c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Airbnb Price Suggestor

## About The App & It's Functionality
A collaboration on building a Airbnb price suggestor app that uses a predictive model trained on historical booking data from Airbnb to predict optimal pricing for a person's property(ies).
Airbnb Price Suggestor will allow a user to predict the trends for optimal pricing for their properties based on variables such as location, rooms and other features.
The user will be able to manage multiple properties at different locations and be able to make adjustments to their expectations for booking, as well as what they should be charging.
A collaboration on building a Airbnb price suggestor app that uses a predictive model trained on historical booking data from Airbnb to predict optimal pricing for a person's property(ies). Airbnb Price Suggestor will allow a user to predict the trends for optimal pricing for their properties based on variables such as location, rooms and other features. The user will be able to manage multiple properties at different locations and be able to make adjustments to their expectations for booking, as well as what they should be charging.

## Data Usage
The dataset for this project was used from the Kaggle NYC Airbnb 2019 datasets.
We used a random forest model in order to suggest the optimal price of a property based on the given features. Our app was built using Flask as its development framework for the front end and SQLAlchemy for handling the database end.
The dataset for this project was used from the Kaggle NYC Airbnb 2019 datasets. We used a random forest model in order to suggest the optimal price of a property based on the given features. Our app was built using Flask as its development framework for the front end and SQLAlchemy for handling the database end.

## How To Run The Airbnb Optimal Price Suggestor App
Pull the repo into your local machine using git clone.
Expand Down

0 comments on commit 231ed9c

Please sign in to comment.