Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cnpem/tb_waiter

Simple api to manage tensorboard instances on demand.
https://github.com/cnpem/tb_waiter

Last synced: about 1 month ago
JSON representation

Simple api to manage tensorboard instances on demand.

Awesome Lists containing this project

README

        

# Tensorboard Waiter

Simple api to manage tensorboard instances on demand.

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