PAIR-code / what-if-tool

Source code/webpage/demos for the What-If Tool
https://pair-code.github.io/what-if-tool
Apache License 2.0
907 stars 169 forks source link

How to share with external clients? #202

Closed srikiran-cpn closed 2 years ago

srikiran-cpn commented 2 years ago

Hello,

First, thank you for the great tool - it's great to play around with a model locally.

I am trying to see if I can share the tool with a client outside our company. They are not able to run Python locally, so it would be best to host it somewhere on the web and share it. Has anyone had experience with this? What has or has not worked for you? Ideally the solution we share also includes authentication of some kind.

Thanks

jameswex commented 2 years ago

If you run WIT inside of TensorBoard, you can launch your tensorboard behind some authentication service. See https://github.com/tensorflow/tensorboard/issues/267 for some ideas there. WIT itself has no capability for hosting itself in a way with authentication.