Sign inSign up

aukilabs/vlm-node-server

By aukilabs

Updated 6 months ago

a HTTP API server and WebSocket handler designed for processing images and any type of CV jobs

Image
0

3.0K

aukilabs/vlm-node-server repository overview

VLM Node Server is a high-performance HTTP API server and WebSocket handler designed for processing images captured by smart glasses in retail environments. It leverages Vision Language Models (VLM) and Large Language Models (LLM) to intelligently analyze images and determine task timing within retail stores, enabling automated task tracking and analysis.

VLM stands for Vision Language Model - AI models that can understand both images and text.

Quick reference

Supported tags

  • latest (bleeding edge, not recommended)
  • stable (recommended for production)
  • v1.0.0, v1.0, v1

How to use the image

See the official documentation Docker Compose

Quick Start

# Pull the image
docker pull aukilabs/vlm-node-server:stable

# Run with basic configuration
docker run -d \
  --name vlm-server \
  -p 8080:8080 \
  -e POSTGRES_URL=postgres://user:pass@host:5432/db \
  -e DATA_DIR=/app/data \
  -e OLLAMA_HOST=http://ollama:11434 \
  aukilabs/vlm-node-server:stable

Tag summary

Content type

Image

Digest

sha256:c40b8f3da

Size

41.8 MB

Last updated

6 months ago

docker pull aukilabs/vlm-node-server