I’m just wondering if others can use tensorflow, for example in a Telegram bot or in game development, but I really can’t figure out how tensorflow would work without having it on other computers. (I’m new to Python and tensorflow as well maybe this is a stupid question but I really can’t figure it out)
To use a TensorFlow model on another computer, without having TensorFlow installed on it, you need to use an ML Compiler - such as Apache TVM, XLA Compilation, or ONNX Graph format.