{"id":13578884,"url":"https://github.com/chovanecm/sacredboard","last_synced_at":"2025-04-07T11:04:42.788Z","repository":{"id":42164098,"uuid":"73557198","full_name":"chovanecm/sacredboard","owner":"chovanecm","description":"Dashboard for sacred. Monitor and access your past machine learning experiments.","archived":false,"fork":false,"pushed_at":"2019-03-06T15:26:21.000Z","size":2070,"stargazers_count":183,"open_issues_count":32,"forks_count":39,"subscribers_count":11,"default_branch":"develop","last_synced_at":"2025-03-31T10:03:35.017Z","etag":null,"topics":["dashboard","experiments","machine-learning","mongodb-database","sacred"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chovanecm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-12T14:25:11.000Z","updated_at":"2025-01-09T10:37:04.000Z","dependencies_parsed_at":"2022-09-14T17:12:25.867Z","dependency_job_id":null,"html_url":"https://github.com/chovanecm/sacredboard","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chovanecm%2Fsacredboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chovanecm%2Fsacredboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chovanecm%2Fsacredboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chovanecm%2Fsacredboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chovanecm","download_url":"https://codeload.github.com/chovanecm/sacredboard/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640461,"owners_count":20971557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","experiments","machine-learning","mongodb-database","sacred"],"created_at":"2024-08-01T15:01:34.713Z","updated_at":"2025-04-07T11:04:42.760Z","avatar_url":"https://github.com/chovanecm.png","language":"Python","funding_links":[],"categories":["Python","Python Tools"],"sub_categories":["Ranking/Recommender"],"readme":"# Sacredboard\n\nSacredboard is a web dashboard for the [Sacred](https://github.com/IDSIA/sacred)\nmachine learning experiment management tool.\n \nIt connects to the MongoDB database used by Sacred\nand displays a list of experiments, their state, Sacred configuration and\nthe standard output from the running program.  \nPython 3.5 and a modern web browser are  required for it to work properly.\n\n### Project Background (is Sacredboard dead?)\n\nSacredboard was written as a part of a [master's thesis](https://dspace.cvut.cz/bitstream/handle/10467/69995/F8-DP-2017-Chovanec-Martin-thesis.pdf?sequence=1\u0026isAllowed=y) at Czech Technical University in 2016 and 2017. Supervised by the main developer of Sacred (Klaus Greff from the [Swiss AI Lab IDSIA](http://www.idsia.ch/)), who promoted Sacredboard on the Sacred homepage and at the end of his talk at the [SciPy 2017 Python conference](https://www.youtube.com/watch?v=qqg7RO0o1OE), it has become used by more people that I expected.\n\nUnfortunately, the days I was full-time working on the tool as a student writing his thesis are gone. Sacredboard is now a side project, updated rather once in a while than on a regular basis, mainly because of its active users that deserve their requests for improvements and bugfixes to be addressed.\n\n**Please consider trying [Omniboard](https://github.com/vivekratnavel/omniboard)**, a new (and actively developed!) Sacredboard alternative by Vivek Ratnavel Subramanian and Yusaku Sako.\n\nA big thanks to everyone who has helped improving Sacredboad!\n\n# Features in version 0.4.2\n\n- Get an overview of running and finished experiments in a table,\n such as experiment name, machine on which it runs etc.\n- Filter experiments\n- Get detailed information of the experiment,\n such as the text output produced by the experiment.\n- Run [Tensorboard](https://www.tensorflow.org/versions/r0.10/how_tos/summaries_and_tensorboard/) \n    directly from the web console in order to see detailed information,\n    charts and [Tensorflow](https://www.tensorflow.org) graph visualisations,\n    provided that the experiment uses Sacred's \n    [Integration with Tensorflow](http://sacred.readthedocs.io/en/latest/tensorflow.html)\n- Visualise [Metrics](http://sacred.readthedocs.io/en/latest/collected_information.html#metrics-api) in a chart.\n- Use the MongoDB and newly also FileStorage backend (experimental, thanks to [Gideon Dresdner](https://github.com/gideonite))\n- Delete experiments from the UI\n\n## Roadmap\n\n### Further Versions (maybe…)\n- Deleting experiments including related records, such as artifacts\n- [Customized formatting of the result column](https://github.com/chovanecm/sacredboard/issues/63)\n- Write wiki for developers :-)\n- TBD\n\n## Screenshots\n\nScreenshots are available on a separate [Screenshots](./docs/screenshots.md) page.\n\n## Installation and Running Sacredboard\n\nInstall sacredboard using `pip`:  \n\n    pip install sacredboard\n\nTo install the latest development version with new features, run:\n\n    pip install https://github.com/chovanecm/sacredboard/archive/develop.zip\n\n### Dependencies\n\nSacredboard may require additional dependencies to install, especilly Python3 development files and a C compiler:\n\nOn Ubuntu/Debian:\n\n    libpython3-dev\n    build-essential\n\n### Running\n\nSacredboard can be run simply by typing ``sacredboard`` to connect to\n a local MongoDB database listening on port 27017, database name `sacred`.\n \n To connect to another machine or database name, specifiy the connection string\n using the `-m host:port:db` option.\n \n    sacredboard -m sacred\n    \nor, if you wish to connect to another machine and/or use a non-default\n name of the Sacred *runs* collection (`-mc`):\n    \n    sacredboard -m 192.168.1.1:27017:sacred -mc default.runs\n\nFor setting more advanced connection properties, use the `-mu` option\ntogether with the Sacred database name (\"sacred\" in the example):\n\n    sacredboard -mu mongodb://user:pwd@host/admin?authMechanism=SCRAM-SHA-1 sacred\n\nSee [MongoDB Connection String](https://docs.mongodb.com/manual/reference/connection-string/)\nfor more information.\n\n\nThe web browser with Sacredboard should open automatically.\n\n\nTo display help, run\n\n    sacredboard --help\n\n## Contributing\n\nContributions to Sacred are welcome (see issues for inspiration).\nThe project tries to follow the git-flow workflow. Therefore,\ncontributions of new features should be developed against the `develop` branch. Thank you!\n\n\n## References\n\n- [Sacred](http://github.com/IDSIA/sacred) \n\n\nFeel free to open new issues in case of requests or bugs found.  \nMaintainer / Developer: Martin Chovanec, chovamar@fit.cvut.cz\n\n\nCurrent master branch status:\n[![Build Status](https://travis-ci.org/chovanecm/sacredboard.svg?branch=master)](https://travis-ci.org/chovanecm/sacredboard)\n[![Coverage Status](https://coveralls.io/repos/github/chovanecm/sacredboard/badge.svg?branch=master)](https://coveralls.io/github/chovanecm/sacredboard?branch=master)\n\n\nCurrent develop branch status:\n[![Build Status](https://travis-ci.org/chovanecm/sacredboard.svg?branch=develop)](https://travis-ci.org/chovanecm/sacredboard)\n[![Coverage Status](https://coveralls.io/repos/github/chovanecm/sacredboard/badge.svg?branch=develop)](https://coveralls.io/github/chovanecm/sacredboard?branch=develop)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchovanecm%2Fsacredboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchovanecm%2Fsacredboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchovanecm%2Fsacredboard/lists"}