{"id":13419715,"url":"https://github.com/andersbll/neural_artistic_style","last_synced_at":"2025-04-08T09:10:23.584Z","repository":{"id":42949886,"uuid":"41750397","full_name":"andersbll/neural_artistic_style","owner":"andersbll","description":"Neural Artistic Style in Python","archived":false,"fork":false,"pushed_at":"2016-10-23T10:30:58.000Z","size":3227,"stargazers_count":2180,"open_issues_count":29,"forks_count":485,"subscribers_count":138,"default_branch":"master","last_synced_at":"2024-07-31T22:51:10.107Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andersbll.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-01T16:31:42.000Z","updated_at":"2024-07-13T08:04:09.000Z","dependencies_parsed_at":"2022-09-22T05:02:51.647Z","dependency_job_id":null,"html_url":"https://github.com/andersbll/neural_artistic_style","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersbll%2Fneural_artistic_style","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersbll%2Fneural_artistic_style/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersbll%2Fneural_artistic_style/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersbll%2Fneural_artistic_style/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andersbll","download_url":"https://codeload.github.com/andersbll/neural_artistic_style/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809964,"owners_count":20999816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T22:01:19.737Z","updated_at":"2025-04-08T09:10:23.563Z","avatar_url":"https://github.com/andersbll.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"## Neural Artistic Style in Python\n\nImplementation of [A Neural Algorithm of Artistic Style](http://arxiv.org/abs/1508.06576). A method to transfer the style of one image to the subject of another image.\n\n\n### Requirements\n - [DeepPy](http://github.com/andersbll/deeppy), Deep learning in Python.\n - [CUDArray](http://github.com/andersbll/cudarray) with [cuDNN](https://developer.nvidia.com/cudnn), CUDA-accelerated NumPy.\n - [Pretrained VGG 19 model](http://www.vlfeat.org/matconvnet/pretrained), choose *imagenet-vgg-verydeep-19*.\n\n\n### Examples\nExecute\n\n    python neural_artistic_style.py --subject images/tuebingen.jpg --style images/starry_night.jpg\n\nThe two inputs are\n\n\u003cp align=\"center\"\u003e\nSubject:\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/tuebingen.jpg?raw=true\" width=\"30%\"/\u003e\nStyle:\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/starry_night.jpg?raw=true\" width=\"30%\"/\u003e\n\u003c/p\u003e\n\nThe output becomes:\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/tuebingen-starry_night.jpg?raw=true\" width=\"30%\"/\u003e\n\u003c/p\u003e\n\nWe can also choose a (younger version) of HM the Queen of Denmark as subject and paint her using different styles. Click the images to see the full size.\n\n**Subject**\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/margrethe.jpg?raw=true\" width=\"20%\"/\u003e\n\u003c/p\u003e\n\n**Styles**\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/lundstroem.jpg?raw=true\" width=\"18%\"/\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/donelli.jpg?raw=true\" width=\"18%\"/\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/picasso.jpg?raw=true\" width=\"18%\"/\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/groening.jpg?raw=true\" width=\"18%\"/\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/skrik.jpg?raw=true\" width=\"18%\"/\u003e\n\u003c/p\u003e\n\n**Outputs**\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/margrethe_lundstroem.jpg?raw=true\" width=\"18%\"/\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/margrethe_donelli.jpg?raw=true\" width=\"18%\"/\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/margrethe_picasso.jpg?raw=true\" width=\"18%\"/\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/margrethe_groening.jpg?raw=true\" width=\"18%\"/\u003e\n\u003cimg src=\"https://github.com/andersbll/neural_artistic_style/blob/master/images/margrethe_skrik.jpg?raw=true\" width=\"18%\"/\u003e\n\u003c/p\u003e\n\n\n### Help\nList command line options with\n\n    python neural_artistic_style.py --help\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersbll%2Fneural_artistic_style","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandersbll%2Fneural_artistic_style","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersbll%2Fneural_artistic_style/lists"}