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
Running predictions with TensorflowJS is a CPU heavy job, therefor this is done by a seperate worker. Using the worker threads module from Node is reducing response time by ~30-40%.