Monday, 1 July 2019

Should I use TensorflowJS with Node, or attach an external python project to run TensorFlow?

Hi, I have an Express server where I get input from the user, I'd like to implement a top-level library for machine learning.My question is whether it would be a good idea to use the JS adaptation of Tensorflow, or attach a seprate python projectto my server using require('child_process').spawn , what is your opinion?

Submitted July 01, 2019 at 10:09AM by Zlous

No comments:

Post a Comment