# Descripstats
The **'image-data-split'** package provides a convenient tool for splitting image data into separate training, validation, and testing sets. With this package, you can easily manage the distribution of your image dataset for machine learning tasks. The package offers a simple function, **'image_split'**, that takes input and output directories, along with desired split ratios and an optional seed for randomization. The package is designed to streamline the process of data preparation, making it easier to organize and manage image datasets for model training and evaluation.
Developed by Shouke Wei, Ph.D. from Deepsim Academy, Deepsim Intelligence Technology Inc. (c) 2023
## Install the package
```python
pip install image-data-split
```
## import the package
```python
from image_split import train_val_test_split
```
then use the `train_val_test_split()` directly. Or
```python
import image_split as sp
```
then use `sp.train_val_test_split()`
## Document
An example: https://github.com/shoukewei/image_split/blob/main/docs/example.ipynb
PyPI: https://pypi.org/project/image-data-split
Raw data
{
"_id": null,
"home_page": "https://github.com/shoukewei/image_split",
"name": "image-data-split",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,image data,split,train,validation,test,machine learning",
"author": "Shouke Wei",
"author_email": "shouke.wei@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/4a/f0/9d7fed08b2d17d1667580dcc5d0295231d8aac4a81a1f235b6279cdd9e8e/image-data-split-1.0.2.tar.gz",
"platform": null,
"description": "# Descripstats\r\n\r\nThe **'image-data-split'** package provides a convenient tool for splitting image data into separate training, validation, and testing sets. With this package, you can easily manage the distribution of your image dataset for machine learning tasks. The package offers a simple function, **'image_split'**, that takes input and output directories, along with desired split ratios and an optional seed for randomization. The package is designed to streamline the process of data preparation, making it easier to organize and manage image datasets for model training and evaluation.\r\n\r\nDeveloped by Shouke Wei, Ph.D. from Deepsim Academy, Deepsim Intelligence Technology Inc. (c) 2023\r\n\r\n## Install the package\r\n```python\r\npip install image-data-split\r\n```\r\n\r\n## import the package\r\n```python\r\nfrom image_split import train_val_test_split\r\n```\r\nthen use the `train_val_test_split()` directly. Or \r\n```python\r\nimport image_split as sp\r\n```\r\nthen use `sp.train_val_test_split()`\r\n\r\n## Document\r\nAn example: https://github.com/shoukewei/image_split/blob/main/docs/example.ipynb\r\n\r\nPyPI: https://pypi.org/project/image-data-split\r\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Image data split package for machine learning",
"version": "1.0.2",
"project_urls": {
"Homepage": "https://github.com/shoukewei/image_split"
},
"split_keywords": [
"python",
"image data",
"split",
"train",
"validation",
"test",
"machine learning"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bf7f725a1eacb9dfb1a6c0553b46a23b8d1d947b11651ecb040f26469ff42bbd",
"md5": "20bd0b51e3b5716e2c4240968d749684",
"sha256": "fcccf282e926647f4d50c36d5668954c7a05d44e3739c0c29d3e48a097b907ce"
},
"downloads": -1,
"filename": "image_data_split-1.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "20bd0b51e3b5716e2c4240968d749684",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3860,
"upload_time": "2023-08-11T00:11:05",
"upload_time_iso_8601": "2023-08-11T00:11:05.083583Z",
"url": "https://files.pythonhosted.org/packages/bf/7f/725a1eacb9dfb1a6c0553b46a23b8d1d947b11651ecb040f26469ff42bbd/image_data_split-1.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4af09d7fed08b2d17d1667580dcc5d0295231d8aac4a81a1f235b6279cdd9e8e",
"md5": "b306e17feb24378254caf1ded131a329",
"sha256": "6b707014217abf9bfd324d1b4696e98c518d2289982c821f74c08fc159c3837d"
},
"downloads": -1,
"filename": "image-data-split-1.0.2.tar.gz",
"has_sig": false,
"md5_digest": "b306e17feb24378254caf1ded131a329",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3543,
"upload_time": "2023-08-11T00:11:06",
"upload_time_iso_8601": "2023-08-11T00:11:06.860536Z",
"url": "https://files.pythonhosted.org/packages/4a/f0/9d7fed08b2d17d1667580dcc5d0295231d8aac4a81a1f235b6279cdd9e8e/image-data-split-1.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-11 00:11:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "shoukewei",
"github_project": "image_split",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "image-data-split"
}