Skip to content

Create node module #7

@bluenex

Description

@bluenex

We should create node module out of this project. Let's discuss how we should make it.

  • what should be the module name?
  • what functions should be available?
  • should it be in a class?

For example, the simplest function could be:

import { FaceDetector as fd } from 'face-classification-js';

const result = fd.classifyFace('image-of-face.png');

console.log(result.emotion);

Let's gather more information about this @kittinan @titipata @bachkukkik!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions