https://github.com/cnpem/tb_waiter

Simple api to manage tensorboard instances on demand.

https://github.com/cnpem/tb_waiter

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Simple api to manage tensorboard instances on demand.

Basic Info
  • Host: GitHub
  • Owner: cnpem
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 31.3 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

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

Owner

  • Name: Brazilian Center for Research in Energy and Materials (CNPEM)
  • Login: cnpem
  • Kind: organization
  • Location: Brazil

GitHub Events

Total
Last Year

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 25
  • Total Committers: 1
  • Avg Commits per committer: 25.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Matheus Luís m****i@l****r 25
Committer Domains (Top 20 + Academic)
lnls.br: 1

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

Dockerfile docker
  • python 3.12-slim build
requirements.txt pypi
  • fastapi *
  • pydantic *
  • pydantic-settings *
  • tensorboard *
  • uvicorn *
.github/workflows/container.yml actions
  • actions/checkout v4 composite
  • docker/login-action v3 composite