A client for Ventral Vision AI's API
Project description
Ventral Vision API Client 🚀
A lightweight, no-code-friendly vision API for object detection and segmentation. Easily integrate it into your projects with just a few lines of code!
✨ Features
✅ Plug & Play – Simple API integration with Python & JavaScript clients
✅ Ultra Low-Cost – Affordable pricing with Jetson-based cloud inference
✅ Customizable – Train & label your own models easily
✅ On-Site Ready – Deploy locally if needed
📦 Installation
Python Client
pip install ventral
JavaScript Client
npm install ventral
🚀 Quickstart
Python Example
from ventral import VisionAPI
client = VisionAPIClient(api_key="your_api_key")
# Upload an image for object detection
print(client.detect_objects("test_image.jpg", class_name="car"))
JavaScript Example
import VisionAPI from "ventral";
const api = new VisionAPI("your_api_key");
// Upload an image for object detection
api.detectObjects("image.jpg").then(console.log);
📡 API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /detect | Detect objects in an image |
| POST | /segment | Perform image segmentation |
| POST | /classify | Classify image |
| POST | /sam2-segment | Perform image segmentation with SAM2 |
| POST | /ocr | Extract text from image |
| POST | /image-caption | Describe image |
| 📖 View full API documentation → TBD |
💰 Pricing
| Plan | Price | Usage Limit |
|---|---|---|
| Free | $0 | Limited calls per month |
| Standard | $20/mo | More API calls & priority support |
| Pro | $99/mo | High usage & premium support |
| 🔗 Subscribe here |
📢 Get Started Today!
Sign up at ventral.ai and get your FREE API key today! 🚀
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
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 ventral-0.1.2.tar.gz.
File metadata
- Download URL: ventral-0.1.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01bb120b4d0e41e49791ccd0a994b44405bd0bb98731567c2883b4a51bd42c36
|
|
| MD5 |
d0482e3ced2d077335289bebd62cc051
|
|
| BLAKE2b-256 |
164934236629aff1caa69096952052857dc652e0cb7ebf97367e892e07a5c9f2
|
File details
Details for the file ventral-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ventral-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90c3d5f5481912758d504a451f18e2f78ab4bd4fc5d2ae40cf44e60cad1f812c
|
|
| MD5 |
efb8e81e5a1083db12c221ac77b32a9c
|
|
| BLAKE2b-256 |
f086b96fa9bfb3b4d38dd7fff53e48adae2f8f4195de76c3cff15d884bffff88
|