https://github.com/antoinewg/style
Neural Style Transfer using tensorflow
https://github.com/antoinewg/style
Last synced: 6 months ago
JSON representation
Neural Style Transfer using tensorflow
- Host: GitHub
- URL: https://github.com/antoinewg/style
- Owner: antoinewg
- License: apache-2.0
- Created: 2020-05-10T09:56:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-12T18:36:36.000Z (about 1 year ago)
- Last Synced: 2025-02-14T23:49:30.788Z (8 months ago)
- Language: Python
- Size: 73.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Style 🎨
[](https://travis-ci.com/antoinewg/style)
[](https://codecov.io/gh/antoinewg/style)### Installation
**Steps**:
- Create virtual environment: `python3 -m venv venv`
- Activate it: `source ./venv/bin/activate`
- Install dependencies: `make install`You're ready to go 🚀!
### Source
Original inspiration: [Art Style Transfer](https://github.com/Lasagne/Recipes/blob/master/examples/styletransfer/Art%20Style%20Transfer.ipynb)