A cloud-native AWS vision and notification toolkit for vehicle management systems.
Project description
AutoTrack Vision 👁️
A professional Python library for handling AI text extraction, cloud notifications, and transaction auditing in vehicle management systems.
Installation
pip install autotrack-vision
Quick Start
1. AI Text Extraction
from autotrack_vision import VisionScanner
scanner = VisionScanner()
with open("invoice.jpg", "rb") as f:
lines = scanner.scan_bytes(f.read())
print(lines)
2. SNS Notifications
from autotrack_vision import NotifyManager
notifier = NotifyManager(topic_arn="arn:aws:sns:us-east-1:xxxx:topic")
notifier.send_notification("Service is complete!")
Requirements
boto3- AWS Credentials configured via Environment Variables or IAM Role.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autotrack_vision-0.1.0.tar.gz.
File metadata
- Download URL: autotrack_vision-0.1.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30e8f869db4a08b3cc8b60db592f92cd60eb582dfe5453ee488c450a56070e67
|
|
| MD5 |
a7912a12d1f9766dcae25f0a9803d3a8
|
|
| BLAKE2b-256 |
36e1ad2855cc55598d730a196db4f0c2e64b70a687b29454b97b13417a1a20c0
|
File details
Details for the file autotrack_vision-0.1.0-py3-none-any.whl.
File metadata
- Download URL: autotrack_vision-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
17fe500a06cdcc26ef75e2eec935f7435591de5a75a631f8f85320561937bf51
|
|
| MD5 |
83d64a41cd44d510fb5049fac4b3c2c5
|
|
| BLAKE2b-256 |
d9edc9707e3b07dd97a509f96994f4ec699f627e70e7fc39b8dcfb1d83bac5fb
|