Metadata-Version: 2.1
Name: woollylib
Version: 0.0.3
Summary: This is a pytorch based utilities library which will help you for training and visualizing computer vision models.
Home-page: https://github.com/woolly-of-cv/pytorch-lib
Author: Team Woolly
Author-email: teamwoolly.in@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: torchsummary (==1.5.1)
Requires-Dist: torchvision (==0.10.0)
Requires-Dist: opencv-python-headless (==4.5.2.54)
Requires-Dist: albumentations (==1.0.0)
Requires-Dist: matplotlib (==3.4.2)
Requires-Dist: torch (==1.9.0)
Requires-Dist: numpy (==1.21.0)

# woollylib 

This is a pytorch based utilities library which will help you for training and visualizing computer vision models.

* ## Structure Tree

```
├── woollylib
│   ├── models
│   │     ├── model.py
│   │     └──  resnet.py
│   ├── utils
│   │    ├── gradcam
│   │    │   ├── _init_.py
│   │    │   ├── compute.py
│   │    │   ├── gradcam.py
│   │    │   └── util.py   
│   │    │
│   │    ├── transform.py 
│   │    ├── utils.py 
│   │    └── visualize.py 
│   │ 
│   ├── _init_.py
│   ├── backpropagation.py
│   ├── dataset.py
│   ├── main.py
│   ├── scheduler.py
│   └──training.py
│   
├── setup.py
├── LICENSE
├── CHANGELOG.txt
├── MANIFEST.IN
├── README.txt
├── requirements.txt
├── .gitignore
└── README.md
```


## Installation 
```
pip install woollylib
```

## How to Use it 










## Contributers
* [Ammar Adil](https://github.com/adilsammar)
* [Krithiga](https://github.com/BottleSpink)
* [Shashwat Dhanraaj](https://github.com/sdhanraaj12)
* [Srikanth Kandarp](https://github.com/Srikanth-Kandarp)


