Is this EA repo using Tensorflow Python or Tensorflow JS?

Is this EA repo using Tensorflow Python or Tensorflow JS?

The plugin uses Tensorflow JS.
Tensorflow JS is a static JS file hosted on CDN.
It can be easily loaded to the browser.
Loading a Python-based program to the browser is quite tricky.
So, we use Tensorflow JS.

To implement an EA based on Tensorflow, we just need to code one JS file and it’s done.
No need to run any third party plugins, middlewares or bridges.

1 Like

Thank you for your fast response.