abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
341 stars 293 forks source link

Style Transfer for Custom Images #857

Open anushkasaxena07 opened 1 month ago

anushkasaxena07 commented 1 month ago

Deep Learning Simplified Repository (Proposing new issue)

:red_circle: Project Title : Style Transfer for Custom Images
:red_circle: Aim : To apply the artistic style of one image to the content of another image using various style transfer algorithms and determine the most effective method through comparative analysis.
:red_circle: Dataset : Custom images collected from diverse sources to ensure a variety of styles and contents for comprehensive testing.
:red_circle: Approach : Perform exploratory data analysis (EDA) to understand the characteristics and distribution of the custom images. Implement and compare multiple style transfer algorithms: Neural Style Transfer using VGG-19 Fast Style Transfer Adaptive Instance Normalization (AdaIN) StyleGAN-based approach Evaluate the performance of each algorithm by comparing the visual quality and accuracy scores of the styled images. Determine the best-fitting algorithm based on the comparative analysis results.


πŸ“ Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing πŸš€

All the best. Enjoy your open source journey ahead. 😎

github-actions[bot] commented 1 month ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

anushkasaxena07 commented 1 month ago

@abhisheks008 plz assign me this issue

abhisheks008 commented 1 month ago

All the four above mentioned models will going to be implemented for the problem statement right? Also can you ensure the source of the dataset?