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 vision-api-client
JavaScript Client
npm install vision-api-client
🚀 Quickstart
Python Example
from vision_api_client import VisionAPI
api = VisionAPI(api_key="your_api_key")
# Upload an image for object detection
response = api.detect_objects("image.jpg")
print(response)
JavaScript Example
import VisionAPI from "vision-api-client";
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 |
| 📖 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.1.tar.gz.
File metadata
- Download URL: ventral-0.1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61400529173e5cad9825edc26e57e2de8451c47113c0c08a36101d36745423d9
|
|
| MD5 |
f0817f1c8a82145f3a7dfa02c2927f24
|
|
| BLAKE2b-256 |
602445de53f70777e78a025874caa42e0c93b94080950115185f8aacd7f56269
|
File details
Details for the file ventral-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ventral-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.5 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 |
55948c477c9bdc17ffefa5f96a93c39c95cae4ea08e8ac38b3aebcb0dbc18da7
|
|
| MD5 |
225e835c3a6a7051e84ec04d65ae2a8d
|
|
| BLAKE2b-256 |
2f0b48b0cbb7525195f4c4661f37cb67eee9a1fb53e74d1d6013ba2e3a1d6616
|