Is there a simple example for tensorflow.js

Hi,
i have been trying to implement my current code into tensorflow.js and feel lost.
There is no simple direct explanation or steps how to have your code into tensorflow.js.
i have my converted .json file ready with me

This may help:
https://codelabs.developers.google.com/codelabs/tfjs-training-regression/index.html#0

hi! we have a guide to tensorflow with a couple examples here: https://glitch.com/@guides/guide-to-tensor-flow

2 Likes

Hi,
So i have the html already prepared, i have he model.json file and .h5 format file but, i dont have guide line how to use this to get final output. i dont know how to use data in tensorflow.js

thanks,

Asma

Please see some great starter examples at the TensorFlow.js Teams page on Glitch:

You can also check out our codelabs at


and filter for TensorFlow.js in the search bar.

Also see many more examples and demos and guides on our website

1 Like