Metadata-Version: 2.1
Name: alpha-bpc
Version: 0.1.2
Summary: Python package for the Binary Patch Convolution framework
Home-page: https://github.com/amirarfan/alpha_bpc
Author: Amir Arfan
Author-email: amir.inaamullah.arfan@nmbu.no
License: MIT license
Keywords: alpha_bpc
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: numpy (==1.21.6)
Requires-Dist: opencv-python (==4.6.0.66)
Requires-Dist: scikit-image (==0.19.2)
Requires-Dist: scikit-learn (==1.1.3)
Requires-Dist: scipy (==1.9.3)
Requires-Dist: setuptools (==65.5.0)
Requires-Dist: torch (==1.12.1)

=========
Alpha_BPC
=========

Python package for the Alpha version of Binary Patch Convolution framework

Currently only supports MNIST and F-MNIST using GPUs for convolution

Call help(BPC) for more information about the class and its inputs 

Take a look at `mnist_bpc.py` and `fmnist_bpc.py` in the Github repository for examples of how to use the framework 


* Github: https://github.com/amirarfan/alpha_bpc/





=======
History
=======

 * 0.1.2 - First release for Thesis 
