#161 · Primary category: MLOps & Evaluation
sqlflow
Brings SQL and AI together.
Project last updated:04/18/24
GitHub Stars
5.2K
Forks
704
Contributors
44
License
Apache-2.0
Why we included this project
SQLFlow is a good fit for teams that live in SQL and would rather not drag everyone into Python notebooks just to try machine learning. It extends ordinary SQL grammar with statements for training, prediction, model evaluation, and model explanation, so the same query language your data engineers already use can start driving real model work. Under the hood it compiles those extended SQL programs into Argo workflows that run on Kubernetes, which handles scheduling and distributed execution for you. It works with MySQL, MariaDB, TiDB, and Hive, and hands the actual model training to TensorFlow, Keras, or XGBoost, so it slots into stacks most teams already run. If you are looking for a way to lower the barrier between your analytics team and applied machine learning, this is a concrete path worth a close look.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models