Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.1%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: deepin-community
- License: other
- Language: Python
- Default Branch: master
- Size: 26.1 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
- Releases: 1
Created over 3 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
Contributing
License
Code of conduct
Citation
Security
README.md
scikit-image: Image processing in Python
- Website (including documentation): https://scikit-image.org/
- Documentation: https://scikit-image.org/docs/stable/
- User forum: https://forum.image.sc/tag/scikit-image
- Developer forum: https://discuss.scientific-python.org/c/contributor/skimage
- Source: https://github.com/scikit-image/scikit-image
Installation
- pip:
pip install scikit-image - conda:
conda install -c conda-forge scikit-image
Also see installing scikit-image.
License
See LICENSE.txt.
Citation
If you find this project useful, please cite:
Stéfan van der Walt, Johannes L. Schönberger, Juan Nunez-Iglesias, François Boulogne, Joshua D. Warner, Neil Yager, Emmanuelle Gouillart, Tony Yu, and the scikit-image contributors. scikit-image: Image processing in Python. PeerJ 2:e453 (2014) https://doi.org/10.7717/peerj.453
Owner
- Name: deepin Community
- Login: deepin-community
- Kind: organization
- Email: support@deepin.org
- Location: China
- Website: https://www.deepin.org/
- Repositories: 8,091
- Profile: https://github.com/deepin-community
Welcome to the deepin community.
Citation (CITATION.cff)
cff-version: 1.2.0
title: scikit-image
type: software
authors:
- name: The scikit-image team
message: "If you use scikit-image in a scientific publication, we would appreciate it if you would cite the following paper:"
preferred-citation:
type: article
title: "scikit-image: image processing in Python"
authors:
- family-names: van der Walt
given-names: Stéfan J.
- family-names: Schönberger
given-names: Johannes L.
- family-names: Nunez-Iglesias
given-names: Juan
- family-names: Boulogne
given-names: François
- family-names: Warner
given-names: Joshua D.
- family-names: Yager
given-names: Neil
- family-names: Gouillart
given-names: Emmanuelle
- family-names: Yu
given-names: Tony
- family-names: the scikit-image contributors
journal: PeerJ
volume: 2
start: e453
year: 2014
month: 6
url: "https://doi.org/10.7717/peerj.453"
doi: 10.7717/peerj.453
GitHub Events
Total
- Issue comment event: 1
- Push event: 1
- Pull request event: 1
- Create event: 1
Last Year
- Issue comment event: 1
- Push event: 1
- Pull request event: 1
- Create event: 1
Dependencies
.github/workflows/backup-to-gitlab.yml
actions
.github/workflows/call-auto-tag.yml
actions
.github/workflows/call-build-deb.yml
actions
.github/workflows/call-build-tag.yml
actions
.github/workflows/call-chatOps.yml
actions
pyproject.toml
pypi
requirements/_release_tools.txt
pypi
- pygithub *
- tqdm *
requirements/build.txt
pypi
- Cython >=0.29.21,
- numpy >=1.16.5,
- wheel *
requirements/data.txt
pypi
- pooch >=1.3.0
requirements/default.txt
pypi
- PyWavelets >=1.1.1
- imageio >=2.3.0
- matplotlib >=2.0.0,
- networkx >=2.0
- numpy >=1.16.5
- pillow >=4.3.0,
- scipy >=1.0.1
- tifffile >=2019.7.26
requirements/docs.txt
pypi
- cloudpickle >=0.2.1
- dask >=0.15.0,
- ipywidgets *
- matplotlib >=3.0.1
- myst-parser *
- numpydoc >=1.0
- pandas >=0.23.0
- plotly >=4.10.0
- pooch >=1.3.0
- pytest-runner *
- scikit-learn *
- seaborn >=0.7.1
- sphinx >=1.8,<=2.4.4
- sphinx-copybutton *
- sphinx-gallery >=0.7.0,
- tifffile >=2020.5.30
requirements/optional.txt
pypi
- SimpleITK *
- astropy >=3.1.2
- cloudpickle >=0.2.1
- dask >=1.0.0,
- pooch >=1.3.0
- pyamg *
- qtpy *
requirements/test.txt
pypi
- codecov * test
- flake8 * test
- pooch >=1.3.0 test
- pytest >=5.2.0 test
- pytest-cov >=2.7.0 test
- pytest-faulthandler * test
- pytest-localserver * test
requirements.txt
pypi
requirements/developer.txt
pypi
- pre-commit * development
- tomli * development