{"id":29227388,"url":"https://github.com/hereariim/blossoming","last_synced_at":"2026-02-05T10:01:52.333Z","repository":{"id":48171867,"uuid":"516662505","full_name":"hereariim/blossoming","owner":"hereariim","description":"main python script location","archived":false,"fork":false,"pushed_at":"2022-07-22T08:46:31.000Z","size":16326,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T09:11:39.170Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/hereariim.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":"2022-07-22T07:59:45.000Z","updated_at":"2022-07-22T07:59:45.000Z","dependencies_parsed_at":"2022-09-26T18:40:40.069Z","dependency_job_id":null,"html_url":"https://github.com/hereariim/blossoming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hereariim/blossoming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hereariim%2Fblossoming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hereariim%2Fblossoming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hereariim%2Fblossoming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hereariim%2Fblossoming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hereariim","download_url":"https://codeload.github.com/hereariim/blossoming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hereariim%2Fblossoming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29119218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T09:40:36.738Z","status":"ssl_error","status_checked_at":"2026-02-05T09:36:49.977Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-07-03T09:10:32.752Z","updated_at":"2026-02-05T10:01:52.314Z","avatar_url":"https://github.com/hereariim.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"blossoming\n==============================\n\n[![Build Status](https://jenkins.indigo-datacloud.eu/buildStatus/icon?job=Pipeline-as-code/DEEP-OC-org/blossoming/master)](https://jenkins.indigo-datacloud.eu/job/Pipeline-as-code/job/DEEP-OC-org/job/blossoming/job/master)\n\n2D image segmentation based on UNET algorithm\n\nProject Organization\n------------\n\n    ├── LICENSE\n    ├── README.md              \u003c- The top-level README for developers using this project.\n    ├── data\n    │   └── raw                \u003c- The original, immutable data dump.\n    │\n    ├── docs                   \u003c- A default Sphinx project; see sphinx-doc.org for details\n    │\n    ├── models                 \u003c- Trained and serialized models, model predictions, or model summaries\n    │\n    ├── notebooks              \u003c- Jupyter notebooks. Naming convention is a number (for ordering),\n    │                             the creator's initials (if many user development), \n    │                             and a short `_` delimited description, e.g.\n    │                             `1.0-jqp-initial_data_exploration.ipynb`.\n    │\n    ├── references             \u003c- Data dictionaries, manuals, and all other explanatory materials.\n    │\n    ├── reports                \u003c- Generated analysis as HTML, PDF, LaTeX, etc.\n    │   └── figures            \u003c- Generated graphics and figures to be used in reporting\n    │\n    ├── requirements.txt       \u003c- The requirements file for reproducing the analysis environment, e.g.\n    │                             generated with `pip freeze \u003e requirements.txt`\n    ├── test-requirements.txt  \u003c- The requirements file for the test environment\n    │\n    ├── setup.py               \u003c- makes project pip installable (pip install -e .) so blossoming can be imported\n    ├── blossoming    \u003c- Source code for use in this project.\n    │   ├── __init__.py        \u003c- Makes blossoming a Python module\n    │   │\n    │   ├── dataset            \u003c- Scripts to download or generate data\n    │   │   └── make_dataset.py\n    │   │\n    │   ├── features           \u003c- Scripts to turn raw data into features for modeling\n    │   │   └── build_features.py\n    │   │\n    │   ├── models             \u003c- Scripts to train models and make predictions\n    │   │   └── deep_api.py    \u003c- Main script for the integration with DEEP API\n    │   │\n    │   └── tests              \u003c- Scripts to perfrom code testing\n    │   │\n    │   └── visualization      \u003c- Scripts to create exploratory and results oriented visualizations\n    │       └── visualize.py\n    │\n    └── tox.ini                \u003c- tox file with settings for running tox; see tox.testrun.org\n\n\n--------\n\n\u003cp\u003e\u003csmall\u003eProject based on the \u003ca target=\"_blank\" href=\"https://drivendata.github.io/cookiecutter-data-science/\"\u003ecookiecutter data science project template\u003c/a\u003e. #cookiecutterdatascience\u003c/small\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhereariim%2Fblossoming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhereariim%2Fblossoming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhereariim%2Fblossoming/lists"}