Skip to content
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

Merged
merged 4 commits into from
Oct 27, 2024
Merged

Conversation

alo7lika
Copy link
Contributor

@alo7lika alo7lika commented Oct 21, 2024

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

Screenshot 2024-10-22 011512

@alo7lika
Copy link
Contributor Author

@ombhojane the task has been completed. Kindly review it.

Copy link
Owner

@ombhojane ombhojane left a 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

@alo7lika
Copy link
Contributor Author

'how to run' in readme is unwanted, as it's a notebook can be directly run

okay

@alo7lika
Copy link
Contributor Author

@ombhojane Could you kindly review the task and add labels on the PR

@alo7lika
Copy link
Contributor Author

@ombhojane Could you kindly review the task and add labels on the PR

@ombhojane

Copy link
Owner

@ombhojane ombhojane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect!

@ombhojane ombhojane merged commit 82edf1e into ombhojane:main Oct 27, 2024
6 checks passed
Copy link

🎉🎉 Thank you for your contribution! Your PR #120 has been merged! 🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Style Transfer with Neural Networks
2 participants