Metadata-Version: 2.4
Name: vibeml
Version: 0.0.1
Summary: Machine learning for vibe coders — build predictions into your app without becoming an ML engineer.
Project-URL: Homepage, https://vibeml.dev
Project-URL: Repository, https://github.com/vibeml/vibeml
Project-URL: Issues, https://github.com/vibeml/vibeml/issues
Author-email: James Zhang <james@alaradental.com>
License: Apache-2.0
Keywords: automl,coding-agents,distillation,machine-learning,ml,vibe-coding
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: rich>=13
Requires-Dist: typer>=0.12
Description-Content-Type: text/markdown

# VibeML

**Machine learning for vibe coders.**

Build predictions into your app without becoming an ML engineer. Ask your coding
agent what you want to predict — VibeML manages the ML.

> ⚠️ **Early placeholder release.** VibeML is under active development. This
> version reserves the package name and sketches the CLI; the real functionality
> is landing milestone by milestone at
> [github.com/vibeml/vibeml](https://github.com/vibeml/vibeml).

## What VibeML will do

- *"Which customers will cancel?"* — learn from your historical outcomes
- *"What will this house sell for?"* — predict numbers from your data
- *"Can I replace this GPT categorizer with something cheaper?"* — distill
  repetitive LLM calls into small, fast, specialized models

Your coding agent (Claude Code, Codex) writes the code and integrates the
predictions. VibeML manages the process on top: durable state for every learned
**Feature**, a protected held-out test set so quality numbers stay honest,
version history with regression review, and a local UI that explains everything
in plain language.

## Try it

```sh
uvx vibeml
```

Follow along at [vibeml.dev](https://vibeml.dev).

## License

Apache-2.0
