@UserTrue said in NODE js problem:
const {default: fetch } = await import("node-fetch")
it works thank you

im try to install @tensorflow/tfjs-node for image classification but get always failed. Anyone have any sugestion about this solution ?
Please support . Thanks you so much.
@hoangthangbk51 this package uses C++ N-API code, which requires a build step. Currently, such modules are not supported by BAS.
@Oyasumi-Punpun
Thanks you so much. Do you know some way to do. Im training the .onnx file for my self. It work on python.
It need to classification the image by the labes.
@hoangthangbk51 you can to use api server