Is it possible to customise Tensorboard with our own buttons, sliders and colours to create a sort of web application ?
Thanks !
Yes, you are able to do this by creating a Tensorboard plugin. This blog post can give you a good idea of what capabilities you can add via a plugin. You can follow this tutorial to get started.
Broadly speaking, the 3 parts of a Tensorboard plugin are:
As it sounds like your interests are mostly just pertaining to the presentation, it is likely that you can use data already already gathered by Tensorflow and steps 1 & 2 may be very small or non-existent for your case.