Skip to main content

Common utils for machine learning, computer vision

Project description

ML Bricks

A package for reusing functions that repeat during machine learning and data science related works

Tests

pypi

Install from Pypi

pip install ml_bricks

Local install

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

Test and Coverage

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

build

pip install wheel
python setup.py sdist bdist_wheel

testpypi

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

pypi

twine upload dist/*
pip install -U ml_bricks

Quick usage

import ml_bricks 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

ml_bricks-0.0.3.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

ml_bricks-0.0.3-py3-none-any.whl (7.8 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