Skip to main content

Build computer vision systems using natural language with Groundlight

Project description

Groundlight Python SDK

Groundlight makes it simple to build reliable visual applications. Read the full documentation here.

Computer Vision powered by Natural Language

pip install groundlight

Build a working computer vision system in just a few lines of python:

from groundlight import Groundlight

gl = Groundlight()
det = gl.get_or_create_detector(name="doorway", query="Is the doorway open?")
img = "./docs/static/img/doorway.jpg"  # Image can be a file or a Python object
image_query = gl.submit_image_query(detector=det, image=img)
print(f"The answer is {image_query.result}")

How does it work?

Your images are first analyzed by machine learning (ML) models which are automatically trained on your data. If those models have high enough confidence, that's your answer. But if the models are unsure, then the images are progressively escalated to more resource-intensive analysis methods up to real-time human review. So what you get is a computer vision system that starts working right away without even needing to first gather and label a dataset. At first it will operate with high latency, because people need to review the image queries. But over time, the ML systems will learn and improve so queries come back faster with higher confidence.

Learn more

Some more resources you might like:

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

groundlight-0.25.1.tar.gz (113.2 kB view details)

Uploaded Source

Built Distribution

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

groundlight-0.25.1-py3-none-any.whl (329.8 kB view details)

Uploaded Python 3

File details

Details for the file groundlight-0.25.1.tar.gz.

File metadata

  • Download URL: groundlight-0.25.1.tar.gz
  • Upload date:
  • Size: 113.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.11.15 Linux/6.14.0-1017-azure

File hashes

Hashes for groundlight-0.25.1.tar.gz
Algorithm Hash digest
SHA256 07537b4dbe68be17c153f16568871796af7b24701974d5f6670f8815b55dd694
MD5 5b3108cdbf08679d09fc30e5cfd85fca
BLAKE2b-256 5eecabb8446d90993cda9273f82ebc6b2e44d758563139203dfb9a116a48a3ef

See more details on using hashes here.

File details

Details for the file groundlight-0.25.1-py3-none-any.whl.

File metadata

  • Download URL: groundlight-0.25.1-py3-none-any.whl
  • Upload date:
  • Size: 329.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.11.15 Linux/6.14.0-1017-azure

File hashes

Hashes for groundlight-0.25.1-py3-none-any.whl
Algorithm Hash digest
SHA256 98979566628375232bf823688f14cfb9730c395d510f8ffeab9a0222e64bf4b7
MD5 2651d916cd0485a8fed3ae407817850a
BLAKE2b-256 d20078d12d56a7e03e78e7037e61be7a9ba07fcec34bbb0dfde9d20a00cb5dd6

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