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_KEYenvironment 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
Project details
Release history Release notifications | RSS feed
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.1.tar.gz
(943.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vlm_recog-0.1.1.tar.gz.
File metadata
- Download URL: vlm_recog-0.1.1.tar.gz
- Upload date:
- Size: 943.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2645bd0dfa31265c047c975b3297a02ca37c6ed2cfb3321cfb28f2ec48ba57b7
|
|
| MD5 |
4a76f4b70c2e6cd36ab2f366c9f18918
|
|
| BLAKE2b-256 |
b01593c82f029e851ac5d5180fe7c89870d55dc499a3b98e2aca89df50636601
|
File details
Details for the file vlm_recog-0.1.1-py3-none-any.whl.
File metadata
- Download URL: vlm_recog-0.1.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cde3223301376b01e86b9d2f392b2fa761f1a8add646a1bd05b8c7bf978712d3
|
|
| MD5 |
5a71646c69f7e67d338c099ff4bf161b
|
|
| BLAKE2b-256 |
0758b681f4aa771236e0fbfbfa4ba9198a09a0de40d81d13690551cc7bd7ae79
|