Running procecssor (tensorflow) on a separate server

Running procecssor (tensorflow) on a separate server

by Daniel Neis Araujo -
Number of replies: 3
Picture of Core developers Picture of Plugin developers Picture of Translators

Hi,


is it possible to configure the Analytics processors in a way they run in a server separated from the main Moodle webserver ?

Average of ratings: -
In reply to Daniel Neis Araujo

Re: Running procecssor (tensorflow) on a separate server

by Elizabeth Dalton -

Yes, though I'll have to research the details of how to do it for you.

Elizabeth

In reply to Elizabeth Dalton

Re: Running processor (tensorflow) on a separate server

by Daniel Neis Araujo -
Picture of Core developers Picture of Plugin developers Picture of Translators

Hi!


I've found that TensorFlow has a RESTful API (https://www.tensorflow.org/serving/api_rest).

Is the case that we would need some changes in the code to call this API instead of the python binaries?

Any tips on how to do that will be much appreciated =D