[TIL] Connecting AI model
📌 What I tried
1. Using TensorFlow.js and related modules to import Keras h5 model in a TypeScript environment
Unable to use .h5 model and .pkl tokenizer in Node.js environment, so conversion to .json format is required.
import tensorflowjs as tfj...
siwonlog.hashnode.dev5 min read