EXPERANOS builds and deploys privacy-preserving AI, image and object recognition on the edge, autonomous robotics, digital twins and LLM systems, taking consortium technologies from laboratory validation (TRL 4) to operational demonstration (TRL 8) in Horizon Europe, EIC and Digital Europe projects.
Six complementary domains. In a consortium or a client project we bring them as concrete, containerised, documented software components, not slideware.
Federated learning across institutions, fully homomorphic encryption (FHE), zero-knowledge machine learning (ZKML), secure multi-party computation and differential privacy - mathematical guarantees for GDPR-critical data.
Real-time image recognition, object recognition, tracking and pose estimation optimised for the edge: NVIDIA Jetson, TensorRT quantisation and pruning for low-latency inference on industrial and infrastructure deployments.
Sovereign retrieval-augmented generation (RAG), domain-specific fine-tuning (LoRA, DPO) of open-weight models, and multi-agent systems with human-in-the-loop safety, deployed on-premises or on EU cloud.
ROS 2 navigation and perception stacks for autonomous mobile robots, robotic manipulation and collaborative cells, validated in simulation, then demonstrated in operational environments.
Sensor-fused virtual replicas of physical assets for manufacturing, energy and buildings, with predictive models that forecast failures and optimise energy use in real time.
Explainability, robustness testing, model documentation and monitoring pipelines aligned with the EU AI Act, so consortium outputs are auditable, reproducible and exploitable.
Coordinators bring us in for the hardest part of a project: turning validated research into robust systems that survive contact with real operational environments.
Principles observed, concept formulated, the domain of our academic partners.
We harden research code into engineered, testable components.
Integration, benchmarking and demonstration under realistic conditions.
Pilot deployment at end-user sites with measurable KPIs.
Qualified system, documentation and exploitation-ready packaging.
Four of our core systems, miniaturised as live widgets: a 3D robotic digital twin with real forward kinematics, a sovereign RAG assistant, a decision-support forecasting console and a blockchain-anchored AI audit trail.
From perception at the edge to privacy-preserving training and verifiable inference: one pipeline, engineered as containerised components. The code below is an illustrative view of how our deployment stack composes.
# EXPERANOS deployment stack (illustrative)
from experanos.vision import EdgeDetector
from experanos.fl import FederatedTrainer
# 1 · Edge perception: object recognition on-device
detector = EdgeDetector(
model="yolov8s", precision="int8",
device="jetson-orin", # 60 FPS, <12 ms
)
# 2 · Privacy: federated training, data never moves
trainer = FederatedTrainer(
sites=["site-a", "site-b", "site-c"],
aggregation="fedavg", dp_epsilon=2.0,
)
trainer.round(model=detector.backbone)
# 3 · Trust: verifiable inference for the audit trail
result = detector.infer(frame, prove=True)
assert result.proof.verify() # zk-SNARK ✓
We join proposals as a technology-provider SME, pilot integrator or work-package leader across the main European R&I instruments.
Research & Innovation Actions (RIA) and Innovation Actions (IA), with particular fit in:
We also participate in, and monitor open calls under:
Currently open to consortium invitations for upcoming Horizon Europe Work Programme deadlines.
Writing a proposal is hard enough. Our partner page gives you ready-to-paste participant descriptions, our PIC and legal data, typical work-package roles, capability keywords and a downloadable partner profile - so including EXPERANOS takes minutes, not emails.
| Legal name | EXPERANOS |
|---|---|
| PIC | 885333163 |
| Entity type | Private for-profit SME (validated) |
| Country | Athens, Greece (EU) |
| Role types | Technology provider · Pilot integrator · WP leader |
| Contact | info@experanos.eu |
Send us your call topic and draft concept, we respond within 48 hours with a concrete proposed contribution, role and effort estimate.