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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jcjohnson avatar

jcjohnson/fast-neural-style

0
View on GitHub↗
4,354 stars·808 forks·Lua·12 views

Fast Neural Style

This project is a neural style transfer framework that provides a suite of computer vision tools for applying artistic styles to images and video. It functions as a system for training feedforward neural networks, an iterative style optimizer, and a real-time video stylizer.

The framework supports two primary methods of stylization: a feedforward model that applies styles in a single pass and an iterative optimization method that generates stylized images by minimizing content and style loss without a pre-trained model. It also enables real-time processing of live webcam feeds using trained models.

The project covers several capability areas, including artistic image processing, style transfer model training through perceptual loss minimization, and dataset preparation utilities to format image folders into compatible training sets.

Features

  • Neural Style Transfers - Implements deep learning techniques to transform the appearance of images to match specific artistic styles.
  • CNN Image Stylizers - Uses convolutional neural networks to apply trained artistic styles to single images or image directories.
  • Iterative Image Optimizers - Generates stylized images by refining pixels through iterative gradient descent to minimize content and style loss.
  • Style Application Networks - Implements a feedforward neural network that applies a visual style to an image in a single pass.
  • Style Transfer Frameworks - Offers a comprehensive system for managing the transfer of artistic styles across images and video.
  • Artistic Image Processing - Converts photos and image directories into stylized artwork using trained machine learning architectures.
  • Perceptual Loss - Trains models by minimizing perceptual loss, comparing high-level feature maps of stylized and target images.
  • Style Transfer Training - Provides tools for creating and optimizing neural networks to apply specific visual styles efficiently.
  • Style Network Training - Trains networks to learn artistic styles from reference images using a pre-trained loss network.
  • Frame-By-Frame Stream Processing - Transforms live video by processing the stream as a sequence of discrete frames for real-time stylization.
  • Real-Time Video Filtering - Performs low-latency processing of live webcam streams to apply neural artistic styles in real time.

Star history

Star history chart for jcjohnson/fast-neural-styleStar history chart for jcjohnson/fast-neural-style

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does jcjohnson/fast-neural-style do?

This project is a neural style transfer framework that provides a suite of computer vision tools for applying artistic styles to images and video. It functions as a system for training feedforward neural networks, an iterative style optimizer, and a real-time video stylizer.

What are the main features of jcjohnson/fast-neural-style?

The main features of jcjohnson/fast-neural-style are: Neural Style Transfers, CNN Image Stylizers, Iterative Image Optimizers, Style Application Networks, Style Transfer Frameworks, Artistic Image Processing, Perceptual Loss, Style Transfer Training.

Which projects share features with jcjohnson/fast-neural-style?

Projects with overlapping indexed features include: lengstrom/fast-style-transfer — This project is a TensorFlow-based neural style transfer framework designed to apply the artistic textures and colors… anishathalye/neural-style — This project is a TensorFlow-based neural style transfer tool and deep learning image processor. It uses convolutional… nvidia/fastphotostyle — FastPhotoStyle is an AI image stylization tool and deep learning style transfer framework. It functions as a… tachibanayoshino/animeganv2 — AnimeGANv2 is a generative adversarial network training framework and image stylization tool designed to convert… luanfujun/deep-photo-styletransfer — This project is a deep learning style transfer framework designed to apply artistic styles to photographs. It… richzhang/perceptualsimilarity — PerceptualSimilarity is a deep learning framework designed to quantify and evaluate the perceptual distance between…

Projects sharing features with Fast Neural Style

These projects share indexed features with Fast Neural Style. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • lengstrom/fast-style-transferlengstrom avatar

    lengstrom/fast-style-transfer

    10,963View on GitHub↗

    This project is a TensorFlow-based neural style transfer framework designed to apply the artistic textures and colors of a painting to images and videos. It utilizes a feed-forward image stylizer that transforms visual appearance in a single pass, avoiding the need for iterative optimization. The system includes a deep learning training pipeline that teaches convolutional neural networks to replicate specific styles using perceptual loss functions. It also features a video frame processor that decomposes video files into individual images for sequential stylization and reassembly. The softwa

    Pythondeep-learningneural-networksneural-style
    View on GitHub↗10,963
  • anishathalye/neural-styleanishathalye avatar

    anishathalye/neural-style

    5,537View on 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
    View on GitHub↗5,537
  • nvidia/fastphotostyleNVIDIA avatar

    NVIDIA/FastPhotoStyle

    11,179View on 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
    View on GitHub↗11,179
  • luanfujun/deep-photo-styletransferluanfujun avatar

    luanfujun/deep-photo-styletransfer

    9,994View on 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
    View on GitHub↗9,994
Compare all 30 related projects→