# NeuralStyleTransfer **Repository Path**: tangkai2020/NeuralStyleTransfer ## Basic Information - **Project Name**: NeuralStyleTransfer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NeuralStyleTransfer Implementation of Neural Style Transfer To run code: ``` python main.py --content_image path-to-content-image\ --style_image path-to-style-image\ --epochs no-of-epochs(default=500)\ --lr learning_rate(default=1e-3) ``` outputs will be saved in output folder