#95 · Primary category: Computer Vision

vision-agent

This tool has been deprecated. Use Agentic Document Extraction instead.

Project last updated:01/29/26

GitHub Stars

5.3K

Forks

601

Contributors

29

License

Apache-2.0

Why we included this project

VisionAgent, now deprecated by LandingAI, is still worth a look as a worked example of an agentic layer sitting on top of standard vision models. You give it a prompt and an image, and it picks a suitable detector or tracker, then writes runnable Python code plus a test to check the result. The bundled vision tools may be the more durable part: functions like object detection and counting are callable directly from your own scripts, with no need to go through the agent. Since the project is no longer maintained, treat it as a pattern to study or a source of ready-made wrappers, not a base for new production work. If you are weighing agent-driven approaches to computer vision, the architecture write-up from LandingAI is still worth reading.

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