link for downloading dataset : https://www.yelp.com/dataset/download link for downloading official yelp json to csv converter files: https://github.com/Yelp/dataset-examples
Steps for running...
-
Download the Yelp dataset and convert review.json file to review.csv by running "python json_to_csv_converter.py review.json" command in terminal.
-
Install following libraries in Python 2.7.x by running "pip2 install library_name"
- pandas
- nltk.corpus
- sklearn
- re
- seaborn
- matplotlib
- sklearn
-
go to folder in termial and to run enter "python2 DataProcessing.py"