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 fbfa5a7 commit 3396cd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Airbnb Price Suggestor

### About The App & It's Functionality
## 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.

### Data Usage
## 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.

### How To Run The Airbnb Optimal Price Suggestor App
## How To Run The Airbnb Optimal Price Suggestor App
Pull the repo into your local machine using git clone.
Run export FLASK_APP=app.py
Change directory into your Airbnb_Price_Suggester directory
Run flask run

### Contributors
## Contributors
#### This project was made possible by the following members:
Murat Benbanaste: https://github.com/mbenbanaste
Waqas Khwaja: https://github.com/WaqasKhwaja
Expand Down

0 comments on commit 3396cd8

Please sign in to comment.