Metadata-Version: 2.1
Name: hwb
Version: 0.0.15
Summary: Hand written blot augmentation.
Home-page: https://github.com/TheDenk/hwb
Author: Karachev Denis
Author-email: welcomedenk@gmail.com
License: MIT
Description: # 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>
         
          
          
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
