@nodify_at/hailo.js
Version:
High-performance Node.js bindings for Hailo AI acceleration processors (NPU). Run neural network inference with hardware acceleration on Hailo-8 devices.
12 lines (11 loc) • 420 B
TypeScript
/**
* Hailo.js - TypeScript bindings for Hailo AI inference
*
* @packageDocumentation
*/
export { HailoDevice } from './hailo-device.js';
export * from './detection.js';
export * from './types.js';
export * from './utils.js';
export type { Detection, InferenceInputs, InferenceOutputs, ModelInfo, NMSOptions, BoundingBox, ModelConfig, PerformanceMetrics, } from './types.js';
export { ModelType } from './types.js';