SQLFlow
Extends SQL to support AI. Extract knowledge from Data.
Currently support MySQL and TensorFlow. Expanding to Apache Hive, Alibaba ODPS, and PyTorch
sqlflow> select * from iris.train limit 2;
+--------------+-------------+--------------+-------------+-------+
| SEPAL LENGTH | SEPAL WIDTH | PETAL LENGTH | PETAL WIDTH | CLASS |
+--------------+-------------+--------------+-------------+-------+
| 6.4 | 2.8 | 5.6 | 2.2 | 2 |
| 5 | 2.3 | 3.3 | 1 | 1 |
+--------------+-------------+--------------+-------------+-------+
sqlflow>
Easy to Learn
Manipulate data and running AI with SQL
Work with Many Database Management Systems
MySQL, Hive, Alibaba ODPS, Oracle and you name it!
Support Many Machine Learning Toolkits
TensorFlow, PyTorch, xgboost, and more!