Simple api to manage tensorboard instances on demand.
- Init FastAPI
- Add a route to start the tensorboard
- setup subprocess to start multiple tensorboards
- Add a route to stop
- Add a route to get the list of the active tensorboards
- setup docker
- setup reverse proxy with dynamic paths to tensorboards ports
- setup ssl
- clean up idle tensorboards
- background tasks to clean up tensorboards
- security token on api routes
- secure tensorboard instances ?
- test connection w/ frontend
- setup ci workflows