#858 · Primary category: AI Agents & Automation

LAMBDA

agents ai generative-ai large-language-models

This is the offical repository of paper "LAMBDA: A large Model Based Data Agent". https://www.polyu.edu.hk/ama/cmfai/lambda.html

Project last updated:08/11/26

GitHub Stars

592

Forks

57

Contributors

1

License

Other

Why we included this project

LAMBDA is a self-hosted data analysis agent that turns a plain-language question into a finished deliverable. You upload a dataset, ask something like 'what drives churn?', and it inspects the data, writes and runs Python or shell code, builds charts, and can export the session as a Jupyter notebook or PDF report. The whole thing is a real application, not a library: React frontend, FastAPI backend, a per-conversation file workspace, and SQLite storage, and it works with any OpenAI-compatible model endpoint, so you can plug in your own provider. There's also an autonomous exploration mode for hands-off analysis. Analysts and small teams who want reproducible, conversational analytics without assembling their own stack will find this a solid starting point.

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