From 116d4501afd1987c63cd9d75fc7ede488408fafa Mon Sep 17 00:00:00 2001 From: Waqas Khwaja <77256394+WaqasKhwaja@users.noreply.github.com> Date: Fri, 30 Apr 2021 08:10:49 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cddfc23..b427fe2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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.