Smart City Industry KINEVA® AI IronLink Hardware Developers API Open Source Store

Available Models

Models are available for evaluation on certified hardware following registration and a declaration of intended use.

Head / Person Detection

Open Source

Accurate head and person counting in crowded scenes. Works from any camera angle.

CNN People Analytics

License Plate Detection

Open Source

Detects license plates in real-time. GDPR-compliant anonymisation mode included.

CNN Privacy

Car / Truck Detection

Open Source

Detects and classifies passenger cars and commercial trucks for traffic monitoring.

CNN Smart City

COCO 80-Class

Open Source

General-purpose 80-class baseline for rapid prototyping and transfer learning.

CNN General Purpose

Traffic Sign Recognition

Open Source

Road sign detection with GPS-tagged geolocation for infrastructure monitoring.

CNN Infrastructure

Face Anonymisation

Open Source

Head-based face anonymisation. GDPR-compliant, on-device processing.

CNN Privacy

Vehicle Detection & Classification

Open Source

PCNN model with WiFi probe and GPS fusion. Deployed across 60+ cities.

PCNN Smart City

How to Get Started

Download models from Hugging Face or clone from GitHub. Deploy on any NVIDIA GPU or Jetson edge device.

# Install from Hugging Face
pip install huggingface_hub

# Download a model
from huggingface_hub import hf_hub_download

model_path = hf_hub_download(
    repo_id="rebotnix/kineva-head-detection-v3",
    filename="model.onnx"
)

# Run inference
import onnxruntime as ort

session = ort.InferenceSession(model_path)
results = session.run(None, {"input": image_tensor})
Licensing

Open weights. Flexible licensing.

KINEVA open source models are available under a permissive license for research and evaluation. Commercial use requires a separate license, contact us for details.

Research & Evaluation Free for non-commercial use
Commercial License Contact sales for production deployment
Fine-tuning allowed Modify and retrain for your domain
Evaluation

Test models on certified hardware.

After registration and declaration of intended use, we provide access to the evaluation environment.