Download Dataset: https://www.kaggle.com/bittlingmayer/amazonreviews
Need to pay attention to the file path. Modify the file path if needed.
Put the file and dataset folder under the same folder and run it
python preprocess.py
I found that when I import data many times, elastic would not delete the repeated data. So just run this file one time
After start elastic search engine, run createIndex.py Creat index and import data to elastic search engine.
python creatIndex.py
python emptyData.py
python prediction.py
python search.py
python searchWebsite.py
Open localhost:80 with browser