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
- Host: GitHub
- URL: https://github.com/filipsedivy/pixel.py
- Owner: filipsedivy
- License: apache-2.0
- Created: 2021-12-18T18:48:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-20T12:38:54.000Z (over 3 years ago)
- Last Synced: 2025-03-17T14:14:11.163Z (3 months ago)
- Topics: dataset-processing-python, image-processing-python
- Language: Python
- Homepage: https://pixelpy.readthedocs.io
- Size: 24.4 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Security: SECURITY.md
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 preprocessingWho is the library for?
-----------------------
- For data analysts preparing unified datasets
- For software engineers developing machine learning models in image recognition and computer visionMotivation 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