{"id":19661277,"url":"https://github.com/notai-tech/smartdash","last_synced_at":"2026-06-13T17:02:56.860Z","repository":{"id":166563547,"uuid":"642071217","full_name":"notAI-tech/SmartDash","owner":"notAI-tech","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-18T12:25:57.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-10T08:49:10.444Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/notAI-tech.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-17T18:55:01.000Z","updated_at":"2023-10-26T12:55:32.000Z","dependencies_parsed_at":"2023-12-18T13:36:37.192Z","dependency_job_id":null,"html_url":"https://github.com/notAI-tech/SmartDash","commit_stats":null,"previous_names":["notai-tech/smartdash"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notAI-tech%2FSmartDash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notAI-tech%2FSmartDash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notAI-tech%2FSmartDash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/notAI-tech%2FSmartDash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/notAI-tech","download_url":"https://codeload.github.com/notAI-tech/SmartDash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240970214,"owners_count":19886526,"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":[],"created_at":"2024-11-11T16:06:49.834Z","updated_at":"2026-06-13T17:02:51.838Z","avatar_url":"https://github.com/notAI-tech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartDash\n\n### Use SmartLogger in your code\n\n```python\nfrom smartlogger import SmartLogger\n\nlogger = SmartLogger(\"examplePipelineName\", dir=\"OPTIONAL_SAVE_DIR, defaults to ./\", log_to_console=False (defaults to False))\n\nstage = logger.Stage(unique_id, stage_name, tags=optional_list_of_tags)\n# code block you want to log and time, eg: model inference/ db call/ pre/post processing code\n# stage.debug()/ info()/ exception (logs exc info)/ error\n# depending on whether it succeeded or not\nstage.success()\nstage.failed() \n\nstage.key_value(string_key, any_value, name=None default None, tags=[] default [])\n```\n\n```bash\n# Process to continuously upload logs to dash\nsmartlogger --save_dir ./ --server_url \"http://localhost:8080\"\n```\n\n\n### Start SmartDash\n\n```\n# Start smartdash server\nsmartdash --server --port 6789 --save_dir ./\n\n# Start smartdash dashboard\nsmartdash --dash --server_url \"http://localhost:6789\" --port 6788 --save_dir ./\n\n# access the dashboard at localhost:6788\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotai-tech%2Fsmartdash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotai-tech%2Fsmartdash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotai-tech%2Fsmartdash/lists"}