An open API service indexing awesome lists of open source software.

https://github.com/hereariim/blossoming

main python script location
https://github.com/hereariim/blossoming

Last synced: 4 months ago
JSON representation

main python script location

Awesome Lists containing this project

README

          

blossoming
==============================

[![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)

2D image segmentation based on UNET algorithm

Project Organization
------------

├── LICENSE
├── README.md <- The top-level README for developers using this project.
├── data
│ └── raw <- The original, immutable data dump.

├── docs <- A default Sphinx project; see sphinx-doc.org for details

├── models <- Trained and serialized models, model predictions, or model summaries

├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
│ the creator's initials (if many user development),
│ and a short `_` delimited description, e.g.
│ `1.0-jqp-initial_data_exploration.ipynb`.

├── references <- Data dictionaries, manuals, and all other explanatory materials.

├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│ └── figures <- Generated graphics and figures to be used in reporting

├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
├── test-requirements.txt <- The requirements file for the test environment

├── setup.py <- makes project pip installable (pip install -e .) so blossoming can be imported
├── blossoming <- Source code for use in this project.
│ ├── __init__.py <- Makes blossoming a Python module
│ │
│ ├── dataset <- Scripts to download or generate data
│ │ └── make_dataset.py
│ │
│ ├── features <- Scripts to turn raw data into features for modeling
│ │ └── build_features.py
│ │
│ ├── models <- Scripts to train models and make predictions
│ │ └── deep_api.py <- Main script for the integration with DEEP API
│ │
│ └── tests <- Scripts to perfrom code testing
│ │
│ └── visualization <- Scripts to create exploratory and results oriented visualizations
│ └── visualize.py

└── tox.ini <- tox file with settings for running tox; see tox.testrun.org

--------

Project based on the cookiecutter data science project template. #cookiecutterdatascience