- Extract the curatedtexts zip file located in the TextExtraction folder.
- Install Elasticsearch.
- Run the ElasticWriter.py and change the data_folder in the script accordingly.
- Place the Synonym.txt file into the config folder of your Elasticsearch installation.
- Download the dictionary file and put it in the similarUI folder
- Download the dictionary file and put it in the DragAndDrop folder
- Flask
- Tensorflow 1.15
- Python 3.6
- Elasticsearch
conda create -n yourenvname python=3.6 anaconda
pip install -r requirements.txt
Run app.py script