You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For use with modern bundlers in a frontend application, simply
22
22
23
23
```bash
24
+
npm i @tensorflow/tfjs
24
25
npm i scikitjs
25
26
```
26
27
27
-
Usage is similar to other js libraries. We depend on the tensorflow library in order to make our calculations fast, but we don't ship it in our bundle. We use it as a peer dependency. General usage is as follows.
28
+
We depend on the tensorflow library in order to make our calculations fast, but we don't ship it in our bundle.
29
+
We use it as a peer dependency. General usage is as follows.
0 commit comments