An open API service indexing awesome lists of open source software.

https://github.com/filipsedivy/pixel.py

Image Data Preprocessing Toolkit
https://github.com/filipsedivy/pixel.py

dataset-processing-python image-processing-python

Last synced: 3 months ago
JSON representation

Image Data Preprocessing Toolkit

Awesome Lists containing this project

README

        

Pixel.py
=========================================================

|PyVersion|_ |PyPi|_ |Docs|_

Image Data Preprocessing Toolkit

What can Pixel.py be used for?
--------------------------------
- Creating a unified dataset
- Image data preprocessing

Who is the library for?
-----------------------
- For data analysts preparing unified datasets
- For software engineers developing machine learning models in image recognition and computer vision

Motivation to create another API for image data processing
----------------------------------------------------------
In the course of writing my bachelor thesis, I encountered many problems when processing image datasets. These were mostly incomplete libraries that did not cover my need. For this reason I decided to develop my own library and put it for public use.

.. |PyPi| image:: https://img.shields.io/pypi/v/pixel.py.svg
.. _PyPi: https://pypi.org/project/pixel.py/
.. |PyVersion| image:: https://img.shields.io/pypi/pyversions/pixel.py.svg
.. _PyVersion: https://pypi.org/project/pixel.py/
.. |Docs| image:: https://readthedocs.org/projects/pixelpy/badge/?version=latest
.. _Docs: https://pixelpy.readthedocs.io/en/latest/?badge=latest