I have created a working Python script containing a Tensorflow model that can identify images. I would like to compile this script in to some form of .exe file that can be used on computers without Python and Tensorflow installed. I would appreciate any help in this regard. Which programs and versions to use, how to use them and may be some code lines to guide me. I have without luck tried py2exe, pyinstaller and cx_freeze. Currently I am using Tensorflow 2.0 and Python 3.7.0.
Thanks in advance.