Skip to content

Commit

Permalink
docs: show Demo Content Image + Style Image = Generated Image
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Oct 29, 2023
1 parent 6eadf32 commit e2e3ac4
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Neural Style Transfer - CLI
Create artificial artwork by transfering the appearance of one image (eg a famous painting) to another
user-supplied image (eg your favourite photograph).

| |Demo_Content_Image| + |Demo_Style_Image|
| =
| |Demo_Gen_Image|
Uses a Neural Style Transfer algorithm to transfer the appearance, which you can run though a CLI program.

`Neural Style Tranfer` (NST) is an algorithm that applies the `style` of an image to the `contents` of another and produces a `generated` image.
Expand All @@ -29,7 +33,7 @@ This Python package runs a Neural Style Tranfer algorithm on input `content` and
- | |docker| |image_size|

* - code quality
- |better_code_hub| |codacy| |code_climate| |maintainability| |scrutinizer|
- |codacy| |code_climate| |maintainability| |scrutinizer|



Expand Down Expand Up @@ -223,4 +227,17 @@ and the pretrained model are present. That way you can immediately start creatin
:target: https://hub.docker.com/r/boromir674/neural-style-transfer

.. |image_size| image:: https://img.shields.io/docker/image-size/boromir674/neural-style-transfer/latest?logo=docker&logoColor=%23849ED9
:alt: Docker Image Size (tag)
:alt: Docker Image Size (tag)


.. |Demo_Content_Image| image:: ./tests/data/canoe_water_w300-h225.jpg
:width: 300
:alt: Demo Content Image

.. |Demo_Style_Image| image:: ./tests/data/blue-red_w300-h225.jpg
:width: 300
:alt: Demo Style Image

.. |Demo_Gen_Image| image:: ./tests/data/canoe_water_w300-h225.jpg+blue-red_w300-h225.jpg-100-demo-gui-run-1.png
:width: 300
:alt: Gen Image

0 comments on commit e2e3ac4

Please sign in to comment.