@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 • 345 B
JavaScript
/**
* 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 model type enum for convenience
export { ModelType } from './types.js';
//# sourceMappingURL=index.js.map