Running tensorflow.js on server

Hello , I found a great tensorflow.js model I’d like to use locally. Is it support to run js models directly from python or is there a way to convert model.json back to regular TensorFlow? I failed to google information on this, my apologize if this is obvious.
I’d like to avoid running node.js or similiar as i want to include the model in a detection piple that is allready in python.

We do not support Python conversion / running of TFJS models as of today. We only support conversion of Python models to the TFJS format to run in JS.