nickbent / AirBnB

0 stars 1 forks source link

AirBnB

The main goal of this project is to help Airbnb clients to book the Airbnb listing of interest at the right time with the best possible "cheaper" price. Thus, saving the clients’ money and time! It starts with understanding the pricing algorithm of Airbnb homes in different cities that have different climate nature (i.e., can have different seasons at the same time of the year). That includes studying different questions:

Installing and testing

Pre-requisites:

git clone https://github.com/nickbent/AirBnB.git \
&& cd AirBnB \
&& pip install -U -r requirements.txt \
&& pip install -e . \