Model.h5 to model.json

Hello all,

I had already my custom trained model saved in .h5 format, and I followed the steps in week 3 and convert it to .json format so that I can deploy it to node and build an API to be used by browser, the generated bin file is divided into 24 files. when trying execute
tf.loadLayersModel(model_url)
I got this error in browser console though its an await statement in async function

I’ve made changes in the python code but unfortunately there is no .bin generated file, here is the tree of the generated files and folders
image

and now I’m getting this error

Any idea how I can overcome any of these errors and why the directory file looks like attached no linear folder or .bin file

Thanks.