Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 637 Bytes

File metadata and controls

11 lines (8 loc) · 637 Bytes

Current state: a scraper of booking reviews and utilizes basic machine learning algorithms.

Big Data Booking reviews

Determining whether a review is positive or negative using a machine learning trained model

Scraping

The scraping makes use of selenium and (chrome's) webdriver. Scraped reviews are meant to be appended to a kaggle dataset.

The Windows chromedriver v80 is included in the repo. It will point to this if Windows is detected. On Linux/Mac it just looks for the chromedriver. Please consult its documentation when an error occurs.