I am new to both tensorflow and chrome extensions and haven't been able to find information on combining the two. I would like to build a graph (train a model) inside of tensorflow and then execute it inside a chrome extension. I see that there is a c++ api in tensorflow, and it appears that chrome extensions can use c++ as a language. However, the tensorflow documentation seems to indicate that there is a runtime which is necessary to use the C++ graph execution api. Is this the case? If it is, how can I import the runtime into a chrome extension so that I can execute my model inside the extension? Is this possible?
Thanks in advance, Brad