Skip to main content

Add your description here

Project description

VLM-RECog

A Python library for zero-shot object detection and segmentation using Vision-Language Models (VLMs), built on Google's Gemini 2.5 Flash model.

Installation

pip install vlm-recog
export GEMINI_API_KEY=<your_api_key>

Requirements

  • Python 3.11+
  • Google Gemini API key (set as GEMINI_API_KEY environment variable)

Quick Start

from PIL import Image
from vlm_recog.detection import detect
from vlm_recog.visualization import draw_detections

# Load an image
image = Image.open("path/to/image.jpg")

# Detect objects by text labels
result = detect(image, ["dog", "bicycle", "person"])

# Visualize results
output_image = draw_detections(image, result)
output_image.show()

Demo

output

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vlm_recog-0.1.2.tar.gz (940.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vlm_recog-0.1.2-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

Details for the file vlm_recog-0.1.2.tar.gz.

File metadata

  • Download URL: vlm_recog-0.1.2.tar.gz
  • Upload date:
  • Size: 940.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.13

File hashes

Hashes for vlm_recog-0.1.2.tar.gz
Algorithm Hash digest
SHA256 b7964c0540c672437ac41ab51fd1df97e748cbc5de68a9356a9c8ed8ae9a22bc
MD5 10c85bd60b547beaefc74fd2def1e37f
BLAKE2b-256 6489960535e15c2a03fb01f9c542ff070a76e0e1f2c41ccd47d660185675fcb1

See more details on using hashes here.

File details

Details for the file vlm_recog-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: vlm_recog-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 6.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.13

File hashes

Hashes for vlm_recog-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ad93614a7ae81031cc1e3f8ded12c9a7eeb1e981e1e6fb95f0efedaafa633217
MD5 78926faa00d3caaa3c900e54e33115d8
BLAKE2b-256 9c3e408c4a3f23dc9d4c9e8c96c7cd88ddce78950825ad607704f39010b02cc9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page