abhijithneilabraham / tableQA

AI Tool for querying natural language on tabular data.
GNU General Public License v3.0
299 stars 46 forks source link

add colab notebook link for tableQA example #20

Closed kurianbenoy closed 4 years ago

abhijithneilabraham commented 4 years ago

Suggestions: -Justification needed as to why the absolute path to the directory is passed as parameter and not the file path. -Key thing different from previous work is that earlier work like SeqtoSQL and SQLnet doesn't work with the help of latest advancement in nlp for eg. transformers architecture, and here we use it. The database querying is not the main feature we have here,but it still can be added as a secondary feature. -One more notebook which demonstrates the schema will be nice.(optional)