Which framework makes it easy to run tensorflow.js code on backend then show result on website?

Thanks for the clarification, @regarder. First, it isn’t possible to run server side code at Netlify (the only exception being Netlify Functions).

However, Netlify Functions is limited to Node.js and Go at this time (so no Python).

You can still host a Python API with a different service (for example Heroku or AWS) and then use that API from the javascript on the site at Netlify.

Also, we have a in-depth topic about what is and isn’t possible at Netlify here:

There is also more documentation about getting Netlify CMS enabled for a site here:

Please let us know if there are other questions.