#134 · Primary category: MLOps & Evaluation
plexe
✨ Build a machine learning model from a prompt
Project last updated:03/06/26
GitHub Stars
2.6K
Forks
255
Contributors
9
License
Apache-2.0
Why we included this project
Most teams building a predictive model spend their time on trial and error, rewriting training scripts and tuning parameters. Plexe takes a plain-English description of the problem plus a tabular dataset in CSV, Parquet, ORC, or Avro and runs that loop for you. Its agents figure out the task type and the right evaluation metric, then iterate through candidate models from XGBoost, CatBoost, LightGBM, Keras, or PyTorch and return the best performer with a report. The run is split across a six-phase workflow, so you get a documented, reasoned result rather than a black-box grid search. You can drive it from a single CLI command or call it from Python, which keeps experiments scriptable and easy to control.
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