Skip to content

(BuildingšŸš€) NEETBOX provides tools for Logging/Debugging/Tracing/Managing/Facilitating your deep learning projects. doc at neetbox.550w.host.

License

Notifications You must be signed in to change notification settings

therainisme/neetbox

Ā 
Ā 

Repository files navigation

NEETBOX

Python API, backend server, frontend, ALL IN ONE. A tool box for Logging/Debugging/Tracing/Managing/Facilitating long running python projects, especially a replacement of tensorboard for deep learning projects.

wakatime pytest GitHub Workflow Status (with event) PyPI - Version PyPI - Downloads Code style: black codecov

screenshot

dev

NEETBOX is under heavy development.

  • monit multi project on one dashboard
  • local/remote logging
  • command line cli tools
  • system monitoring
  • post images to frontend
  • plotting(scatters, line chart...)
  • run python code by clicking on frontend buttons
  • history automatically saved by backend
  • attach remote logging in command line cli
  • distinguish different runs

docs

neetbox.550w.host. (APIs are ready but we are not ready for the doc yet)

quick start

install neetbox:

pip install neetbox

in any python code folder:

neet init

neetbox cli generates a config file for your project named neetbox.toml

then in your code:

import neetbox

run your code and visit https://localhost:20202 to see your dashboard.

usage examples

how to guides provides easy examples of basic neetbox funcionalities.

Contributors

Star History

Star History Chart

About

(BuildingšŸš€) NEETBOX provides tools for Logging/Debugging/Tracing/Managing/Facilitating your deep learning projects. doc at neetbox.550w.host.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 73.1%
  • TypeScript 22.7%
  • JavaScript 2.7%
  • CSS 1.2%
  • Other 0.3%