@pixano/ai
TypeScript icon, indicating that this package has built-in type declarations

0.7.0 • Public • Published

@pixano/ai

Pixano toolbox of AI algorithms for smart annotation in the browser.

Import

import { PixelToBoundingBox } from "@pixano/ai/lib/pixel-to-bounding-box";

Example: Bounding box detection guided by a user click

Example usage:

const image = new Image();
image.onload = () => {
    const detection = await this.boundingBoxCreator.predict(
    {x: 200, y: 500},
    image
);
}
image.src = '/path/to/your/image.jpg';

/@pixano/ai/

    Package Sidebar

    Install

    npm i @pixano/ai

    Weekly Downloads

    6

    Version

    0.7.0

    License

    CECILL-C

    Unpacked Size

    4.05 MB

    Total Files

    48

    Last publish

    Collaborators

    • pixano-admin