awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jcjohnson avatar

jcjohnson/neural-style

0
View on GitHub↗
18,288 stele·2,648 fork-uri·Lua·MIT·11 vizualizări

Neural Style

This is a PyTorch implementation of a neural style transfer system. It functions as a convolutional neural network image stylizer and artistic style blender designed to combine the content of one image with the artistic style of another.

The system supports blending multiple style sources and adjusting the relative weights between content and style reconstruction. It includes capabilities for preserving the original color palette of the content image and adjusting style scales to determine which artistic patterns are transferred.

The pipeline enables high-resolution image processing by distributing neural network layers across multiple graphics cards.

Features

  • CNN Image Stylizers - Utilizes convolutional neural networks to extract artistic patterns and apply them to photographs.
  • Feature Extraction - Uses a pre-trained VGG-19 network to extract hierarchical visual features and spatial structures.
  • Neural Style Transfer - Provides a system for neural style transfer that allows custom control over style scale and color preservation.
  • Content and Style Balancing - A feature in the tool that adjusts the relative weights between content and style reconstruction to control visual influence in the final image.
  • Gradient Descent Algorithms - Employs iterative gradient descent to refine the output image by minimizing the content and style loss functions.
  • Gram Matrix Style Representations - Implements Gram matrix calculations to extract and represent artistic textures from style images.
  • Multi-GPU Distribution - Splits heavy neural network computations across multiple graphics cards for high-resolution image synthesis.
  • Multi-Style Blending - Enables combining artistic elements from several style images by assigning relative weights to each.
  • Style Scale Adjustment - Resizes the style image before extraction to control which specific artistic patterns are applied to the content.
  • Static Loss Weighting - Provides adjustable coefficients to balance the influence of content and style reconstruction.
  • Multi-GPU Layer Distribution - Distributes neural network layers across multiple GPUs to enable the processing of high-resolution images.
  • Color Preservation - A feature in the tool that maintains the color palette of the original content image while applying the artistic patterns of a style image.
  • High-Performance Image Pipelines - Implements a high-performance image pipeline that distributes processing across multiple GPUs for high resolution.
  • Color Space Converters - Performs color space conversions to preserve the original hues of the content image during stylization.
  • Artistic Style Transfer - Neural algorithm for transferring artistic styles between images.
  • Machine Learning and AI - Implementation of neural style transfer algorithms.

Istoric stele

Graficul istoricului de stele pentru jcjohnson/neural-styleGraficul istoricului de stele pentru jcjohnson/neural-style

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Neural Style

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Neural Style.
  • anishathalye/neural-styleAvatar anishathalye

    anishathalye/neural-style

    5,537Vezi pe GitHub↗

    This project is a TensorFlow-based neural style transfer tool and deep learning image processor. It uses convolutional neural networks to apply the artistic style of one image to the content of another through neural image synthesis. The system supports multi-style blending to combine artistic characteristics from several different images into a single output. It also includes color-preserving stylization, which maintains the original color palette of the source image by merging source color data with the luminance of the stylized result. The tool provides capabilities for style abstraction

    Python
    Vezi pe GitHub↗5,537
  • luanfujun/deep-photo-styletransferAvatar luanfujun

    luanfujun/deep-photo-styletransfer

    9,994Vezi pe GitHub↗

    This project is a deep learning style transfer framework designed to apply artistic styles to photographs. It functions as a photorealistic image stylizer that merges the content of one image with the visual characteristics of another while maintaining the original geometry and structural details. The system distinguishes itself through the use of matting Laplacian matrices and semantic segmentation masks to prevent distortion and preserve edge fidelity. These capabilities allow for region-specific styling, where different aesthetics can be applied to distinct objects or areas within a single

    Matlab
    Vezi pe GitHub↗9,994
  • nvidia/fastphotostyleAvatar NVIDIA

    NVIDIA/FastPhotoStyle

    11,179Vezi pe GitHub↗

    FastPhotoStyle is an AI image stylization tool and deep learning style transfer framework. It functions as a feature-based image transformer that applies the artistic visual characteristics of a reference image to a target photograph using deep neural networks. The project implements real-time image stylization by utilizing a feed-forward network. This allows the system to execute transformations in a single pass rather than using iterative optimization. The framework covers AI photo editing and deep learning visual effects, specifically focusing on the transformation of image textures and c

    Python
    Vezi pe GitHub↗11,179
  • google/deepdreamAvatar google

    google/deepdream

    13,236Vezi pe GitHub↗

    DeepDream is a deep learning image processor and convolutional neural network art generator designed to synthesize psychedelic imagery and visualize how neural networks interpret visual data. It functions as a tool for generating generative AI art by amplifying patterns recognized by a pre-trained model to produce dream-like effects. The project utilizes a TensorFlow image visualizer to explore how different layers of a neural network perceive images. This is achieved through algorithmic image manipulation and deep learning visualization techniques that transform standard photographs into sty

    Vezi pe GitHub↗13,236
Vezi toate cele 30 alternative pentru Neural Style→

Întrebări frecvente

Ce face jcjohnson/neural-style?

This is a PyTorch implementation of a neural style transfer system. It functions as a convolutional neural network image stylizer and artistic style blender designed to combine the content of one image with the artistic style of another.

Care sunt principalele funcționalități ale jcjohnson/neural-style?

Principalele funcționalități ale jcjohnson/neural-style sunt: CNN Image Stylizers, Feature Extraction, Neural Style Transfer, Content and Style Balancing, Gradient Descent Algorithms, Gram Matrix Style Representations, Multi-GPU Distribution, Multi-Style Blending.

Care sunt câteva alternative open-source pentru jcjohnson/neural-style?

Alternativele open-source pentru jcjohnson/neural-style includ: anishathalye/neural-style — This project is a TensorFlow-based neural style transfer tool and deep learning image processor. It uses convolutional… luanfujun/deep-photo-styletransfer — This project is a deep learning style transfer framework designed to apply artistic styles to photographs. It… nvidia/fastphotostyle — FastPhotoStyle is an AI image stylization tool and deep learning style transfer framework. It functions as a… google/deepdream — DeepDream is a deep learning image processor and convolutional neural network art generator designed to synthesize… mnielsen/neural-networks-and-deep-learning — This project is a comprehensive educational resource and curriculum designed to teach the mathematical foundations and… instantx-research/instantid — InstantID is a diffusion-based identity preservation framework designed for zero-shot image generation. It allows for…