Skip to content

Sergears/sql-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Natural language to SQL translator

  • This app is an easy-to-use interface for English to SQL translation, built on top Hugging Face transformer library
  • Current baseline model is by juierror, more models are to be added
  • Example:
    • Question Show who won the 1962 prize for literature
    • Table columns
      • year
      • subject
      • winner
    • Result: SELECT winner FROM table WHERE year = 1962 AND subject = literature
  • Try it yourself 😊

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages