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

Added AI Anime-Avatar Generator model with (README, requirements, LICENSE) files #1558

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

RB137
Copy link
Contributor

@RB137 RB137 commented Oct 25, 2024

Description

Added the AI Anime Avatar Generator model with documentation, including README.md, requirements.txt, and LICENSE.md files.
Fixed issue #1545

Fixes #1545

  • Implemented an AI Anime Avatar Generation feature that transforms input images into anime-style avatars using OpenCV and Matplotlib.
  • Developed functions to load images, apply Gaussian blurring, adaptive thresholding, and bilateral filtering for achieving smooth edges and vibrant colors.
  • Enhanced the output images' vibrancy and smooth shading transitions to closely mimic traditional anime art styles.
  • Included functionality to display the original and transformed images side by side for easy comparison.
  • Added documentation files, including README.md, requirements.txt, and LICENSE.md, to provide project details, dependencies, and licensing information.

Before After images : Screenshot of model implementation :

Screenshot 2024-10-22 205813

Type of change

  • Added a new machine learning frameworks, libraries or software.
  • Documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@RB137 RB137 changed the title Added a model to generate ai anime avatar from images and also added … Added AI Anime-Avatar Generator model with (README, requirements, LICENSE) files Oct 25, 2024
@RB137
Copy link
Contributor Author

RB137 commented Oct 25, 2024

Hi @sanjay-kv please review and merge my PR and please add the gssoc-ext, hacktoberfest, and hacktoberfest-accepted labels.

@sanjay-kv sanjay-kv merged commit 7e3d099 into recodehive:main Oct 25, 2024
2 checks passed
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.

💡[Feature]: Add AI Anime Avatar Generator Model
2 participants