Skip to main content

Common utils for machine learning, computer vision

Project description

CV BASIC UTILS

A package for reusing functions that repeat during computer vision and machine learning works

Tests

pypi

Install from Pypi

pip install cv_basic_utils

Local install

git clone https://github.com/jerinka/cv_basic_utils
pip3 install -e cv_basic_utils

Test and Coverage

coverage run --source=cv_basic_utils/ -m pytest -v test/ && coverage report -m
coverage html -d coverage_html

build

pip install wheel
python setup.py sdist bdist_wheel

testpypi

pip install twine
twine upload --repository testpypi dist/*
pip install -i https://test.pypi.org/simple/ cv_basic_utils

pypi

twine upload dist/*
pip install -U cv_basic_utils

Quick usage

import cv_basic_utils as pk1
pk1.subpackage1.moduleA.fun_a()

Reference

https://medium.com/@joel.barmettler/how-to-upload-your-python-package-to-pypi-65edc5fe9c56

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cv_basic_utils-0.0.4.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

cv_basic_utils-0.0.4-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page