Skip to main content

Advanced Large Vision Model computer vision supporting usage through no-code UI, SDK and REST interfaces.

Project description

EYESONIT Python SDK

EyesOnIt makes advanced computer vision accessible to anyone without data science or computer programming skills. Through the EyesOnIt configuration user interface, you can use English text to describe the objects and events that you want to detect. You can monitor your video streams and start receiving alerts by text message in just a few minutes. If you have basic programming skills, you can use our SDK or REST API to quickly enable endless scenarios like these:

  • Motion-based detection: trigger computer vision after motion is detected
  • Event recording: capture and store your own data about detections
  • Image categorization: categorize a collection of images according to the contents

Traditional computer vision involves a complex process to train and tune a computer vision model. This process typically requires weeks or months of time from experts with an advanced and specialized skillset. The cost for this process is often $50,000 to $100,000 USD or more. EyesOnIt is different. With EyesOnIt, you describe what you want to detect with English text. EyesOnIt compares your text to your image or video and tells you if it detected what you described.

See this guide to learn how to download and run the EyesOnIt Docker container: https://www.eyesonit.us/userguide

Installation

The python SDK can be installed with PIP

pip install EyesOnIt

Usage

from EyesOnIt import EyesOnItSDK, EOIPrompt, EOIRegion


prompt_one = EOIPrompt(text='person', background_prompt=False, threshold=90)
prompt_two = EOIPrompt(text='trees', background_prompt=True)
prompts = [prompt_one, prompt_two]

region_one = EOIRegion(top_left_x=4, top_left_y=9, width=300, height=300)
regions = [region_one]


app = EyesOnItSDK('http://127.0.0.1:8000')

result = app.process_image(prompts=prompts, regions=regions, image="my_image.png")
print(result.success)
print(result.message)

Questions?

email us at support@eyesonit.us

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EyesOnIt-2.0.4.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

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

EyesOnIt-2.0.4-py3-none-any.whl (8.9 kB view details)

Uploaded Python 3

File details

Details for the file EyesOnIt-2.0.4.tar.gz.

File metadata

  • Download URL: EyesOnIt-2.0.4.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.11

File hashes

Hashes for EyesOnIt-2.0.4.tar.gz
Algorithm Hash digest
SHA256 4f1d61d7c254c06e8728c186c5d5d4d48eb833ea9da917ed42f41eb511ee6c2c
MD5 9ee46cbc96c25a515a731e58d042f701
BLAKE2b-256 989e54c05e5f4f2b14cdfa08ecfd3b27a5abc6b7f92ba1ee0b013a149b58f218

See more details on using hashes here.

File details

Details for the file EyesOnIt-2.0.4-py3-none-any.whl.

File metadata

  • Download URL: EyesOnIt-2.0.4-py3-none-any.whl
  • Upload date:
  • Size: 8.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.11

File hashes

Hashes for EyesOnIt-2.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2136cbeeeeb70d25330c1ecb36fe137d65687ef87accba513fc9a4bab0ab9af2
MD5 c8e9b462de3bb7b68776bcccd7b48ab4
BLAKE2b-256 b457b855ffbcf3667472d3208cf0eac75d54bc66fd890410d7b683f2d47a0216

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