Hi, I'm looking for a way to make tensorflow(js) models as portable as possible.
The only problem i have at the moment is that the bar chart showing the results of the tfjs model does not seem to be working. The linear model output is showing fine, but the bar chart is not.
It works fine in ng serve but building the webapp with and without "--prod" does not. href is pointing at "dist/assets".
Is there any way to make such apps completely local? because even the official tensorflowjs examples (those that work) need something like npm to create a server.
Thanks for the help :)
