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}")
Integrate computer vision into your business applications without needing to be a computer vision expert.
Integrated real-time labeling builds your dataset for you while it's running.
Automatically trains and compares state-of-the-art models, selecting the most accurate
As many models as you want, customized to each location or situation.
Build custom solutions on Groundlight, and build it your way with the tools you prefer.
With only a few lines of code, you can have custom computer vision inside your application.
API to let you access your models in the cloud - no need to run your own models or hardware.
We offer specialized hardware for local inference. Reduce latency, cost, network bandwidth, and energy.
Know exactly how your ML model is performing, in real-time. Easy-to-use dashboards give you the confidence to make any needed changes.
Label images on your own or let cloud labelers do it for you. Training happens quickly and automatically.
Groundlight generates customized inspection reports and statistics for performance analysis and traceability.
Text message or email alerts to notify you of changes.
pip install groundlight