pyplatypus

Python package for object detection and image segmentation.

https://github.com/maju116/pyplatypus

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.5%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Python package for object detection and image segmentation.

Basic Info
  • Host: GitHub
  • Owner: maju116
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 62.6 MB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 19
  • Releases: 0
Created almost 5 years ago · Last pushed over 3 years ago
Metadata Files
Readme Changelog License Code of conduct Citation

README.md

PyPlatypus

Instalation

To install pyplatypus use command:

commandline pip install pyplatypus

See documentation at: GitHub Pages.

Development

To build and deploy your updated docs, use: mkodcs build Which will create site/ directory in the project folder. Then type in: mkdocs gh-deploy to automatically push the docs to GitHub Pages.

To build the package locally just move to its main directory run: pip install --use-feature=in-tree-build .

Then it may be imported as any other package installed with the use of pip.

If you wish to create the source distribution (in the .egg format): python setup.py sdist

To build a wheel run: python setup.py bdist_wheel --universal

Important! Before uploading the source distribution to PyPI test it using the TestPyPI using: twine upload --repository-url https://test.pypi.org/legacy/ source/package.tar.gz

To upload all the distributions from a certain folder, for instance if you created wheels aside from the archive source distribution, use this line: twine upload --repository-url https://test.pypi.org/legacy/ folder/*

Then try installing from TestPyPI: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pyplatypus

Only after testing it there should you proceed with the release: twine upload dist/*

And then install your package! pip install pyplatypus

Note! Pip dependencies will be installed during the package build but there is one conda dependency that needs to be installed by hand if you are planning to play around with the GPU. conda install -c conda-forge tensorflow==2.9.1

We are working on creating the deployment script for this :)

Owner

  • Name: Michał Maj
  • Login: maju116
  • Kind: user
  • Location: Gdansk

I’m a data scientist with over 5 years of experience in the field, R/Shiny developer and a freelancer interested in deep/machine learning and statistics.

GitHub Events

Total
Last Year

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 318
  • Total Committers: 2
  • Avg Commits per committer: 159.0
  • Development Distribution Score (DDS): 0.484
Top Committers
Name Email Commits
Michał Maj m****6@g****m 164
jakubborkowski b****0@g****m 154

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 37
  • Total pull requests: 63
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 6 days
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 0.11
  • Average comments per pull request: 0.19
  • Merged pull requests: 60
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • maju116 (26)
  • borkowski1110 (11)
Pull Request Authors
  • borkowski1110 (39)
  • maju116 (23)
  • JohnnyWasilewski (1)
Top Labels
Issue Labels
enhancement (26) question (2) documentation (1) good first issue (1) bug (1)
Pull Request Labels
enhancement (20) bug (11) documentation (3)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 15 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 2
pypi.org: pyplatypus

Set of tools for Computer Vision handling the object detection and image

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 15 Last month
Rankings
Dependent packages count: 6.6%
Stargazers count: 28.2%
Forks count: 30.5%
Dependent repos count: 30.6%
Average: 33.0%
Downloads: 69.1%
Maintainers (2)
Last synced: 12 months ago

Dependencies

requirements-dev.txt pypi
  • coverage ==6.4 development
  • flake8 ==4.0.1 development
  • matplotlib ==3.6.0 development
  • mkdocs ==1.3.1 development
  • mkdocs-material ==8.5.0 development
  • mkdocstrings-python ==0.7.1 development
  • mock ==4.0.3 development
  • pydantic ==1.9.1 development
  • pytest ==7.0.0 development
  • pytest-mock ==3.8.2 development
  • setuptools ==61.2.0 development
  • twine ==4.0.1 development
setup.py pypi
  • Keras-Preprocessing ==1.1.2
  • PyYAML ==6.0
  • albumentations ==1.1.0
  • numpy ==1.22.4
  • pandas ==1.3.1
  • pydantic ==1.9.1
  • pydicom ==2.2.0
  • scikit-image ==0.19.1
  • scikit-learn ==1.0.2
  • scipy ==1.8.1
  • tensorboard ==2.9.0
  • tensorflow ==2.9.1
  • tensorflow-estimator ==2.9.0
.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
environment.yml conda
  • pip
  • python 3.9
  • tensorflow 2.9.1