TorchClassifierData


NameTorchClassifierData JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/shellordie/TorchClassifierData
SummarySmall pytorch utility to Import,Split,Normalize and Visualize custom dataset for classification tasks
upload_time2023-09-24 23:05:17
maintainer
docs_urlNone
authorcharles TCHANAKE
requires_python
license
keywords computer-vision pytorch preprocessing images dataset torchclassifierdata
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## TorchClassifierData 

A Small pytorch utility to Import,Split,Normalize and Visualize custom dataset for classification tasks.

## Install

### From main branch

```bash
pip install git+https://github.com/shellordie/TorchClassifierData.git@main

```

### From pypi

```bash
pip install TorchClassifierData
```

## Usage 

Check [https://github.com/shellordie/TorchClassifierDataExample/](https://github.com/shellordie/TorchClassifierDataExample/) 




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shellordie/TorchClassifierData",
    "name": "TorchClassifierData",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Computer-vision,pytorch,preprocessing,Images,Dataset,TorchClassifierData",
    "author": "charles TCHANAKE",
    "author_email": "shellordie@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/50/d1/34830e9cd1d336f71193e506836ea3f3e3e7864a6f937a2fdf6882d3b15d/TorchClassifierData-0.0.1.tar.gz",
    "platform": null,
    "description": "## TorchClassifierData \r\n\r\nA Small pytorch utility to Import,Split,Normalize and Visualize custom dataset for classification tasks.\r\n\r\n## Install\r\n\r\n### From main branch\r\n\r\n```bash\r\npip install git+https://github.com/shellordie/TorchClassifierData.git@main\r\n\r\n```\r\n\r\n### From pypi\r\n\r\n```bash\r\npip install TorchClassifierData\r\n```\r\n\r\n## Usage \r\n\r\nCheck [https://github.com/shellordie/TorchClassifierDataExample/](https://github.com/shellordie/TorchClassifierDataExample/) \r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Small pytorch utility to Import,Split,Normalize and Visualize custom dataset for classification tasks",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/shellordie/TorchClassifierData"
    },
    "split_keywords": [
        "computer-vision",
        "pytorch",
        "preprocessing",
        "images",
        "dataset",
        "torchclassifierdata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb3430c42e6d5745e2d532892ade56085ec9328dcb426f7e1989d10a72bcb687",
                "md5": "9a6e32e515427e8c42c883a5c20da6cc",
                "sha256": "b910968fac4a792e1db63a02b8855a1fa35e7b5c40520b80479dd978a4269c36"
            },
            "downloads": -1,
            "filename": "TorchClassifierData-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a6e32e515427e8c42c883a5c20da6cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3048,
            "upload_time": "2023-09-24T23:05:15",
            "upload_time_iso_8601": "2023-09-24T23:05:15.983119Z",
            "url": "https://files.pythonhosted.org/packages/eb/34/30c42e6d5745e2d532892ade56085ec9328dcb426f7e1989d10a72bcb687/TorchClassifierData-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50d134830e9cd1d336f71193e506836ea3f3e3e7864a6f937a2fdf6882d3b15d",
                "md5": "40726312d6f0a0c257cf25b044a1d116",
                "sha256": "26e94f57d95b0062dc485ad180343912f32840d6ea9b8e38cf7b6977dc0aff87"
            },
            "downloads": -1,
            "filename": "TorchClassifierData-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "40726312d6f0a0c257cf25b044a1d116",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2781,
            "upload_time": "2023-09-24T23:05:17",
            "upload_time_iso_8601": "2023-09-24T23:05:17.882174Z",
            "url": "https://files.pythonhosted.org/packages/50/d1/34830e9cd1d336f71193e506836ea3f3e3e7864a6f937a2fdf6882d3b15d/TorchClassifierData-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-24 23:05:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shellordie",
    "github_project": "TorchClassifierData",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "torchclassifierdata"
}
        
Elapsed time: 0.12448s