https://github.com/apurva-modi/cs722-machine_learning
Implemented the Image Style Transfer Using Convolutional Neural Networks http://openaccess.thecvf.com/content_cvpr_2016/html/Gatys_Image_Style_Transfer_CVPR_2016_paper.html
https://github.com/apurva-modi/cs722-machine_learning
convolutional-neural-networks neural-style-transfer opencv python3 tensorflow
Last synced: about 2 months ago
JSON representation
Implemented the Image Style Transfer Using Convolutional Neural Networks http://openaccess.thecvf.com/content_cvpr_2016/html/Gatys_Image_Style_Transfer_CVPR_2016_paper.html
- Host: GitHub
- URL: https://github.com/apurva-modi/cs722-machine_learning
- Owner: apurva-modi
- Created: 2019-12-18T01:11:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T04:13:42.000Z (over 6 years ago)
- Last Synced: 2025-02-08T06:15:39.557Z (over 1 year ago)
- Topics: convolutional-neural-networks, neural-style-transfer, opencv, python3, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 20.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CS722-Machine_learning
Implemented the Image Style Transfer Using Convolutional Neural Networks http://openaccess.thecvf.com/content_cvpr_2016/html/Gatys_Image_Style_Transfer_CVPR_2016_paper.html
- Contains homework and project completed during the course.