overeasy  by overeasy-sh

Vision pipeline tool for zero-shot CV model orchestration

created 1 year ago
394 stars

Top 74.2% on sourcepulse

GitHubView on GitHub
Project Summary

Overeasy enables the creation of custom zero-shot computer vision pipelines by orchestrating pre-trained models. It targets developers and researchers who need to build vision solutions for tasks like detection, classification, and segmentation without extensive dataset annotation. The primary benefit is rapid prototyping of complex vision workflows using readily available models.

How It Works

Overeasy utilizes a modular "Agent" system, where each agent performs a specific vision task (e.g., object detection, classification). These agents are chained together into "Workflows," forming execution graphs that define the data flow and processing sequence. This approach allows for flexible composition of diverse zero-shot models, abstracting away the complexities of model integration and data handling.

Quick Start & Requirements

Highlighted Details

  • Orchestrates zero-shot models like OWL-ViT and CLIP.
  • Supports bounding box detection and classification; segmentation is planned.
  • Visualizes execution graphs using Gradio.
  • Offers agents for NMS, splitting/joining images, and class mapping.

Maintenance & Community

Licensing & Compatibility

  • License: MIT License.
  • Compatible with commercial and closed-source applications.

Limitations & Caveats

Segmentation capabilities are listed as "Coming Soon." The library is relatively new, and extensive community adoption or long-term maintenance signals are not yet apparent from the README.

Health Check
Last commit

11 months ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
7 stars in the last 90 days

Explore Similar Projects

Starred by Sebastian Raschka Sebastian Raschka(Author of Build a Large Language Model From Scratch), Jiayi Pan Jiayi Pan(Author of SWE-Gym; AI Researcher at UC Berkeley), and
2 more.

pytorch-grad-cam by jacobgil

0.3%
12k
PyTorch SDK for explainable AI in computer vision
created 8 years ago
updated 3 months ago
Feedback? Help us improve.