- 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
yearsubjectwinner
- Result:
SELECT winner FROM table WHERE year = 1962 AND subject = literature
- Question
- Try it yourself 😊
Sergears/sql-translator
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|