Skip to content

Koliham/SQLNetwNQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages