You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we could greatly reduce setup friction for this application if it was Dockerized; which would allow install and setup with a single command.
I think using NPM directly might be too heavy with the python and tenserflow requirements.
Only think I could see restricting that is the difficulty of getting a SVG to the container and output back which could be easily solved by exposing a HTTP server and sending/receiving the data via curl.
If there is interest in this and @nanohop is willing to consider; I could throw together a PR really quickly.
The text was updated successfully, but these errors were encountered:
That would be great! If there was a container, then that would make it easy to get started. (I think it's important that we keep instructions for both docker OR installing everything manually)
Yes, I would be very interested to see a PR here. Anything to reduce the friction for getting started is welcomed. Thanks!
Awesome project!
I think we could greatly reduce setup friction for this application if it was Dockerized; which would allow install and setup with a single command.
I think using NPM directly might be too heavy with the python and tenserflow requirements.
Only think I could see restricting that is the difficulty of getting a SVG to the container and output back which could be easily solved by exposing a HTTP server and sending/receiving the data via curl.
If there is interest in this and @nanohop is willing to consider; I could throw together a PR really quickly.
The text was updated successfully, but these errors were encountered: