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.21.2.tar.gz (97.6 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.21.2-py3-none-any.whl (253.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: groundlight-0.21.2.tar.gz
  • Upload date:
  • Size: 97.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.11.11 Linux/6.8.0-1017-azure

File hashes

Hashes for groundlight-0.21.2.tar.gz
Algorithm Hash digest
SHA256 b7bef6ceea16d0d48baef4a8e49b29407dcef575b207a3263a11fc2db45a5f51
MD5 b697d21156c703b706ee863a8d2618c3
BLAKE2b-256 a684e685f2fcba753e868212fdcf0f887982b40f45e833447f9343b0205c3aa8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: groundlight-0.21.2-py3-none-any.whl
  • Upload date:
  • Size: 253.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.11.11 Linux/6.8.0-1017-azure

File hashes

Hashes for groundlight-0.21.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7597fd5ba74f93e4557e35d4827357503339731eb5fa1d6e9ec3807c5ac80450
MD5 ba7efe13769e77c195d509108d7254a9
BLAKE2b-256 73fe4bae9127431139f07592d38b553003aa6cac1b747990c80eb52c3c98e7c4

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