Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.16 KB

File metadata and controls

24 lines (17 loc) · 1.16 KB

SQLNet suggestions with NQL

This repo contains the implementation of SQLNet suggestions (paper and Original Code )with NQL from my master's thesis.

Preparations

  1. Download data.tar.bz2. From the SQLNet Github Page here and unpack it. After that, you should have the folders 'data' and 'data_resplit'
  2. Download the 42B.300d Glove embedding from here or directly from here. Unzip the 'glove.42B.300d.txt' file and put it into the folder 'glove'

Installation of packages

This repo was developed on Windows using Python 3.6. To install the needed Python packages run:

pip install -r requirements.txt

SQLNet uses Pytorch, so CUDA/cudnn is needed to be installed. For this, please visit the NVIDIA website.

Running the GUI

python main.py

After a few seconds the GUI should be visible: alt text