{"id":20361133,"url":"https://github.com/copick/copick_live","last_synced_at":"2026-03-02T04:02:13.561Z","repository":{"id":235431908,"uuid":"789113658","full_name":"copick/copick_live","owner":"copick","description":"A Dash Plotly server visualizing CZII ML Challenge Pickathon with live updates and analyses ","archived":false,"fork":false,"pushed_at":"2024-07-25T15:36:22.000Z","size":1962,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T03:54:28.149Z","etag":null,"topics":["copick","visualization","web"],"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/copick.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":"2024-04-19T18:16:23.000Z","updated_at":"2024-09-06T18:31:27.000Z","dependencies_parsed_at":"2024-05-22T02:45:23.452Z","dependency_job_id":"b826603f-8a8e-4550-9811-043dd7d44cab","html_url":"https://github.com/copick/copick_live","commit_stats":null,"previous_names":["zhuowenzhao/copick_live_vis","zhuowenzhao/copick_live","copick/copick_live"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/copick/copick_live","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copick%2Fcopick_live","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copick%2Fcopick_live/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copick%2Fcopick_live/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copick%2Fcopick_live/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/copick","download_url":"https://codeload.github.com/copick/copick_live/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/copick%2Fcopick_live/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29992286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T01:47:34.672Z","status":"online","status_checked_at":"2026-03-02T02:00:07.342Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["copick","visualization","web"],"created_at":"2024-11-14T23:46:37.664Z","updated_at":"2026-03-02T04:02:13.545Z","avatar_url":"https://github.com/copick.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CopickLive\nCopickLive is a Dash Plotly web server visualizing CZII ML challenge pickathon results with live updates.  \n\nCopickLive main page  \n[To be inserted]\n\nGetting Started window  \n[To be inserted]\n\nVisualize pick results for each tomogram (click on the corresponding magnifier in the 3rd column)  \n[To be inserted]\n\nInspect and modify picked points in a gallery view   \n[To be inserted]\n\n\n## Usage\n**Python environment setup:**  \n`pip install -r requirements.txt` \n\nThree configuration files are needed: the copick configuration file, json checkpoint file, and copicklive conifguration file. See explanation below:\n\n**The copick configuration json file template**  \nThis file is a template for generating a customized copick configuration file for each picker. See [copick example](https://github.com/uermel/copick).\n\n**The json checkpoint file**     \nThe file is used to generate a task list for each picker. It contains 3 keywords, ensuring every tomogram sample get 2 people to work on (`start += tasks_per_person` when `repeat \u003e= 2`). Below is an example:    \n```\n{  \n    \"start\": 0,       \n    \"repeat\": 1,    \n    \"tasks_per_person\": 5    \n}  \n``` \n\n**The CopickLive configuration file**   \nThe configuration file should be saved as `config.ini`.\nThis file contains paths for finding the copick configuration template and checkpoint file. It also includes the directory path where copick (overlay) outputs are saved.\n\n```\n[copicklive_config]\nCOPICKLIVE_CONFIG_PATH = path_to_copicklive_config_file.json\n\n[copick_template]\nCOPICK_TEMPLATE_PATH = path_to_copick_config_example_file.json\n\n[local_picks]\nPICK_FILE_PATH = path_to_copick_overlay_output\n\n[local_cache]\nCACHE_ROOT = path_to_copicklive_cache_directory\n\n[counter_checkpoint]\nCOUNTER_FILE_PATH = path_to_counter_checkpoint_file.json\n```\n\n\n\n\n**How to deploy?**    \n1. Run `python app.py` in the Python environment.     \n2. You can access the website at `http://localhost:8000` in the web browser.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopick%2Fcopick_live","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcopick%2Fcopick_live","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcopick%2Fcopick_live/lists"}