Metadata-Version: 2.1
Name: TorchClassifierData
Version: 0.0.1
Summary: Small pytorch utility to Import,Split,Normalize and Visualize custom dataset for classification tasks
Home-page: https://github.com/shellordie/TorchClassifierData
Author: charles TCHANAKE
Author-email: shellordie@gmail.com
Keywords: Computer-vision,pytorch,preprocessing,Images,Dataset,TorchClassifierData
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: torch

## 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/) 



