Meiosis is a Python package for creating new Images, usable for generating extra image data for ML-workflows. Thank you for using the Meiosis package.
Project description
Meiosis 0.0.1
Meiosis is a Python package for creating new Images, usable for generating extra image data for ML-workflows. Thank you for using the Meiosis package.
Warning: This package is currently in alpha state, methods and its input parameters might be subject to change.
Use cases:
- Transformation of Image data
- Expanding current image datasets.
Quick start
The current package provides one way to copy images locally, from a local data source. In this case a file directory.
from src import Export
export_api = Export()
images = export_api.read_from_directory()
print("Exported images:")
for image in images:
print(f"- {image}")
Future features:
- External data source extraction
- More custom copy-pipeline functions
- Integration of OpenCV
- Customizability of export files
- A general data structure for images like DataFrames
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file meiosis-0.1.2.tar.gz.
File metadata
- Download URL: meiosis-0.1.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cc521da22a2d8d79812e32e802dda93ed5b1ac1aa05cf8f58108f1f2d9f818c
|
|
| MD5 |
04fa170f5b784da620cac174aec45316
|
|
| BLAKE2b-256 |
1d221f9a8b9f44deea391d192f357b4ba4e6c2c57f6839be1136dcdf59a35bdc
|
File details
Details for the file meiosis-0.1.2-py3-none-any.whl.
File metadata
- Download URL: meiosis-0.1.2-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9af51015854d01863f17056ac2e593985355b945f0e88bc6cf20ce01fe62ff5
|
|
| MD5 |
2388c5a2bb6e45b8fc283cfafa687f14
|
|
| BLAKE2b-256 |
b5b87d6c35bea6c29edc70c34f109fcf9e7b6730ef1df9d4613ae05d914527f7
|