# Hand Written Blots Augmentation
This repository contains augmentation from our <a href="https://arxiv.org/pdf/2108.11667v1.pdf"> paper </a>.  

<a href="https://github.com/TheDenk/hwb/blob/main/examples/blots_example.ipynb">Colab Example</a>  


## Getting Started  

```
pip install hwb  
```

## Example with default parameters

### Import:  

```
from hwb import HandWrittenBlot
```

### Using:  

```
blots = HandWrittenBlot()

new_img = blots(img) 
```

### Done.

## Contacts
<p>Issues should be raised directly in the repository. For professional support and recommendations please <a>welcomedenk@gmail.com</a>.</p>
 
  
  
