Show HN: Create SQL by breaking down decision trees
Category: devtools
Tags: sql-generation, decision-trees, explainable-ai
Score: 6.5/10 (Innovation: 7, Technical: 7, Documentation: 7, Utility: 5)
InverSQL generates SQL queries from selected cells in a CSV by using a decision tree to infer boolean logic, converting it into SQL. The project combines machine learning, boolean expression simplification, and SQL generation in a unique workflow, and provides a live demo for practical exploration.
Target audience: data engineers, backend devs, data scientists
Repository: https://inversql.rentruewang.com · Python · MIT · 12 stars
View on Hacker News