DEV Community

Yatharth bhatt
Yatharth bhatt

Posted on

Created Yibelang (Y-ibe) — machine learning in plain English

No syntax. No setup headaches. No cloud. Your data never leaves your computer.

yibelang is a tiny programming language where you write machine learning as ordinary English sentences, one per line. The yibe tool translates your sentences into real Python (pandas + scikit-learn) and runs it locally. It is 100% deterministic — no AI, no API keys, no network calls, same input → same output, forever.

Contributing
The perfect first contribution is one new sentence: a regex template + an AST node + its codegen + six tests + a doc example. See CONTRIBUTING.md. Feature ideas go through YEPs (Y-ibe Enhancement Proposals) — open an issue.

link :--- https://github.com/yatharthbhatt/yibelang

Top comments (0)