-
Notifications
You must be signed in to change notification settings - Fork 0
How to run
lucasfijen edited this page May 28, 2019
·
10 revisions
- Python 3.6
- Elasticsearch 5.6.3 (and it's python package)
- WordCloud for Python3
- Flask (http://flask.pocoo.org/)
- p7zip (sudo apt-get install p7zip-full)
In the the folder of the search engine make three folders:
- dataset
- json_files
- json_bulks
go to https://archive.org/details/stackexchange
download a few small categories from the 7z map (make sure you get the normal ones and not the meta files) place the .7z files in the dataset folder.
- run parse_to_json.py
- then run bulk.py
- make sure elastic search is active
- run push_to_server.py
- run html/server.py
- open browser and go to localhost:5000