{"id":18510403,"url":"https://github.com/rakibhhridoy/neuralstyletransfer-tensorflow","last_synced_at":"2026-05-09T06:02:54.307Z","repository":{"id":131513656,"uuid":"284053144","full_name":"rakibhhridoy/NeuralStyleTransfer-TensorFlow","owner":"rakibhhridoy","description":"One of the curious outcome of data science revolution is neural style transfer where nst algorithm merge two images, content and style, creating a artistic image of content image. Here TensorFlow is used to process images and lastly used nst algorithm.","archived":false,"fork":false,"pushed_at":"2020-08-14T12:33:00.000Z","size":18265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T20:24:22.829Z","etag":null,"topics":["deep-learning","deep-neural-networks","machine-learning","neural-style-transfer","neuralstyletransfer","nst","python","tensorflow"],"latest_commit_sha":null,"homepage":"https://rakibhhridoy.github.io","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rakibhhridoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-31T14:17:15.000Z","updated_at":"2020-08-14T12:40:10.000Z","dependencies_parsed_at":"2023-04-26T00:33:40.598Z","dependency_job_id":null,"html_url":"https://github.com/rakibhhridoy/NeuralStyleTransfer-TensorFlow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rakibhhridoy/NeuralStyleTransfer-TensorFlow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhhridoy%2FNeuralStyleTransfer-TensorFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhhridoy%2FNeuralStyleTransfer-TensorFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhhridoy%2FNeuralStyleTransfer-TensorFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhhridoy%2FNeuralStyleTransfer-TensorFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rakibhhridoy","download_url":"https://codeload.github.com/rakibhhridoy/NeuralStyleTransfer-TensorFlow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rakibhhridoy%2FNeuralStyleTransfer-TensorFlow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["deep-learning","deep-neural-networks","machine-learning","neural-style-transfer","neuralstyletransfer","nst","python","tensorflow"],"created_at":"2024-11-06T15:23:12.381Z","updated_at":"2026-05-09T06:02:54.289Z","avatar_url":"https://github.com/rakibhhridoy.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# *Neural Style Transfer Learning In Tensorflow*\n\n![nst](Images/nst.jpg)\n\u003cbr\u003e\n*The image showed is not actual outcome. It was personal project thus actual image can't be showed here.*\n\n##### *The Art Of Deep Learning* \n### *The Image size can be easily kept as it was by using ```opencv``` python library.* \n\u003e open notebook, before training the model resize you image as you want. Add a cell in notebook and resize image using following code: \n```python\nimport cv2\nimport os\n\nheight = None       #change as you need\nwidth = None        #change as you need\nurl = ('style image url')\n\nimage = cv2.resize(url, height = height, width = width)\n\n## Now use it..\n```\n\n### Environment \nMake sure you have all necessery python library installed. For this projects you need \n* Numpy\n* TensorFlow\n* Keras\n  \nif you don't have these libraries go to python or anaconda prompt and paste these:\n```bash\npip install numpy\npip install tensorflow\npip install keras\n```\n\n\n\n### Get touch with Me\nConnect- [Linkedin](https://linkedin.com/in/rakibhhridoy) \u003cbr\u003e\nWebsite- [RakibHHridoy](https://rakibhhridoy.github.io)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibhhridoy%2Fneuralstyletransfer-tensorflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frakibhhridoy%2Fneuralstyletransfer-tensorflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frakibhhridoy%2Fneuralstyletransfer-tensorflow/lists"}