The following papers are implemented in this repository:
- A Neural Algorithm of Artistic Style
- Improving the Neural Algorithm of Artistic Style
- Preserving Color in Neural Artistic Style Transfer
- Perceptual Losses for Real-Time Style Transfer and Super-Resolution
We have setup an interactive report with a bunch of other visualizations - Link.
Execute the following command from the root of the repository to install the project:
pip install -e .
Note that this step is required to run the project.
- Python (3.7)
- PyTorch (1.7)
- Torchvision (0.8)
- Tqdm - For displaying progress bars
- Weights and Biases - For visualization
PyTorch-Lightning (1.0) is required for executing Fast Style Transfer.