-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Style Transfer with Neural Networks #120
Conversation
@ombhojane the task has been completed. Kindly review it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'how to run' in readme is unwanted, as it's a notebook can be directly run
okay |
@ombhojane Could you kindly review the task and add labels on the PR |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect!
🎉🎉 Thank you for your contribution! Your PR #120 has been merged! 🎉🎉 |
Closes: #88
Description
The Style Transfer with Neural Networks project explores the use of deep learning techniques to combine the content of one image with the artistic style of another. By utilizing Convolutional Neural Networks (CNNs), the model separates the content features from the structure and the style features from patterns like brushstrokes or colors. The style transfer process involves optimizing a new image that retains the content of the first image while applying the artistic qualities of the second. The project leverages a pre-trained model, such as VGG16 or VGG19, to extract content and style representations, and it uses loss functions to balance the content and style contributions in the final output. This approach has wide applications in digital art, enabling users to create unique artwork by blending different artistic styles with real-world images.
Reference Issue: #88