Metadata-Version: 1.2
Name: pastafy
Version: 0.1.0
Summary: Pastafy anyone.
Home-page: https://github.com/sfp932705/pastafy
Author: Sergio Frayle Pérez
Author-email: sfp932705@gmail.com
License: GNU General Public License v3
Description: =======
        Pastafy
        =======
        
        
        .. image:: https://img.shields.io/pypi/v/pastafy.svg
                :target: https://pypi.python.org/pypi/pastafy
        
        .. image:: https://img.shields.io/travis/sfp932705/pastafy.svg
                :target: https://travis-ci.com/sfp932705/pastafy
        
        .. image:: https://readthedocs.org/projects/pastafy/badge/?version=latest
                :target: https://pastafy.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Pastafy anyone.
        
        Ever pictured yourself in a pasta version? Maybe your puppy? Well now you can! Simply select a picture of yourself and a pasta style you may wish to apply.
        
        * Free software: GNU General Public License v3
        * Documentation: https://pastafy.readthedocs.io.
        
        
        Features
        --------
        
        Pastafy brings artificial neural network style transfer from one image to another one as described in `A Neural Algorithm of Artistic Style <https://arxiv.org/abs/1508.06576>`_.
        
        Use
        ___
        
        After installation process is complete, call pastafy from the command line. To see a list of available options type:
        
        pastafy -h
        
          -h, --help show this help message and exit
        
          -g GPU, --gpu GPU Whether to use GPU or not. Defaults to False.
        
          -i IMG IMG, --images IMG IMG Images to be used. First one should be the content image (you) and second one the style (kitty). Alternatively, you could specify any desired content and style.
        
          -n ITERS, --number ITERS Number of iterations. Defaults to 10.
        
          -l LAYER, --layer LAYER Feature layer to be extracted. Defaults to 4.
        
          -o OUTPUT, --output OUTPUT Name of output image. Defaults to a concatenation of style image name and content image name.
        
          -r RATIO, --ratio RATIO Ratio of the weights assigned to the style and content image (Alpha Beta ratio). Defaults to 0.01.
        
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        Inspired by the `Data Science Group <https://github.com/dsgiitr/Neural-Style-Transfer>`_.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2020-09-14)
        ------------------
        
        * First release on PyPI.
        
Keywords: pastafy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
