Nara Lens/Docs

Introduction

Welcome to Nara Lens, the programmable perception platform for computer vision.

What is Nara Lens?

Nara Lens is a computer vision API that allows you to define what you want to see using natural language. Instead of training custom models or writing complex detection logic, simply describe what you're looking for and let our AI do the rest.

Key Features

  • Programmable Perceptions - Define detection criteria in plain English
  • Object Detection - Detect thousands of object types with high accuracy
  • Semantic Segmentation - Pixel-level understanding of images
  • Video Streaming - Real-time analysis via WebSocket
  • Multi-language SDKs - Python, JavaScript, and Go

Quick Example

Bash
curl -X POST https://api.naralens.com/v1/analyze \
  -H "Authorization: Bearer $NARA_API_KEY" \
  -d '{"image": "...", "perception": "count:cars"}'

Next Steps