landing-ai/vision-agent

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

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 6 minutes ago
Added to GitGenius on September 12th, 2026
Created on February 13th, 2024
Open Issues & Pull Requests: 13 (+0)
GitHub issues: Enabled
Number of forks: 600
Total Stargazers: 5,299 (+0)
Total Subscribers: 60 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.6 days
Mean response time: 4.8 days
90th percentile: 10.5 days
Tracked items: 39

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 384 days
Stale 30+ days: 8
Stale 90+ days: 8

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Vision Agent is a Python tool that generates runnable vision code from natural language prompts and images.

The tool addresses the challenge of building vision-enabled applications by automating model selection and code generation. When given a prompt and an image or video, Vision Agent uses language models to reason about the task, selects appropriate vision models, and outputs ready-to-run Python code that developers can immediately execute or integrate into their applications.

Developers should be aware that this project has been deprecated in favor of Agentic Document Extraction. For those still considering it, the tool suits rapid prototyping of vision tasks where developers want to avoid manual model selection and boilerplate code. The setup requires obtaining API keys from LandingAI, Anthropic, and Google, as the tool depends on models from both Anthropic and Google to handle prompting and code generation while using LandingAI's infrastructure for vision capabilities. A local web application is available in the examples directory for interactive exploration before integration.

The project appears to have concluded its active development cycle, with the deprecation notice indicating that users should migrate to the successor tool for ongoing support and new features.