This is generate Knowledge DataBase. Link is Here
wget https://repo.anaconda.com/archive/Anaconda3-5.2.0-Linux-x86_64.sh
conda update -n base -c defaults conda
conda create --name kes python=3.6 pytorch=1.0.1
source activate kes
conda install numpy h5py nltk pymongo transformers
conda install cudatoolkit=9.0 -c pytorch
pip install git+git://github.com/pytorch/vision.git@24577864e92b72f7066e1ed16e978e873e19d13d
pip install allennlp==0.8.0