-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6c9a79b
commit f1e1c48
Showing
1 changed file
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,25 @@ | ||
# pix2art | ||
Implementation of Pix2Pix | ||
Implementation of Pix2Pix generative adversarial network to generate painting from sketch in style of Ayvazovsky or Rembrandt | ||
|
||
Try it: https://share.streamlit.io/olgachaganova/pix2art/main/streamlit_app/pix2art_streamlit.py | ||
|
||
#### Examples on test set for Ayvazovsky: | ||
|
||
![image](https://user-images.githubusercontent.com/68281687/123084124-38bc7a80-d43a-11eb-87d9-af9bfec7c67a.png) | ||
|
||
#### Free drawing in the app: | ||
|
||
![image](https://user-images.githubusercontent.com/68281687/123113093-b478f000-d457-11eb-84b4-89d086732c6d.png) | ||
|
||
- Dataset source: https://www.kaggle.com/grafstor/aivazovsky-pix2pix-dataset | ||
|
||
#### Examples on test set for Rembrandt: | ||
|
||
![image](https://user-images.githubusercontent.com/68281687/123084233-5689df80-d43a-11eb-80fc-4fca83ad3b4d.png) | ||
|
||
#### Free drawing in the app: | ||
|
||
![image](https://user-images.githubusercontent.com/68281687/123113175-c65a9300-d457-11eb-9245-a789718dc9cb.png) | ||
|
||
- Dataset source: https://www.kaggle.com/grafstor/rembrandt-pix2pix-dataset | ||
|