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
lengstrom avatar

lengstrom/fast-style-transfer

0
View on GitHub↗
10,963 stars·2,553 forks·Python·13 views

Fast Style Transfer

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 software covers a broad range of capabilities including batch image processing, style transfer network training, and temporal frame processing for videos. It supports checkpoint-based model loading to restore trained network weights for immediate application and provides tools for style output verification.

Features

  • CNN Image Stylizers - Provides a CNN-based image stylizer that transforms visual appearance in a single feed-forward pass.
  • Convolutional Neural Networks - Utilizes convolutional neural network architectures to process image data for artistic transformation.
  • Deep Learning Training Pipelines - Provides a complete deep learning training pipeline to teach models to replicate specific artistic styles.
  • Feed-Forward Neural Networks - Employs a feed-forward neural network to apply styles in a single pass without iterative optimization.
  • Loss Functions - Optimizes network weights using loss functions that measure differences between style and content representations.
  • Perceptual Loss - Uses perceptual loss functions to minimize the difference between generated images and target artistic styles.
  • Neural Style Transfers - Implements a neural style transfer framework using TensorFlow to apply artistic textures to media.
  • Style Network Training - Implements a training process for convolutional networks to learn and replicate specific artistic styles.
  • Visual Feature Extractors - Implements convolutional layers to extract spatial textures and colors from source images.
  • Vision Model Weight Loading - Supports loading pre-trained weight checkpoints for computer vision architectures to enable immediate stylization.
  • Model Checkpoints - Provides utilities for loading pre-trained model weights from checkpoints for immediate use.
  • TensorFlow Graph Execution - Performs high-speed image tensor transformations using TensorFlow's hardware-accelerated graph execution.
  • TensorFlow Model Development - Leverages the TensorFlow ecosystem for developing and executing the style transfer model.
  • Video-to-Video Stylization - Transforms existing video footage into artistic styles through frame-by-frame neural processing.
  • Batch Image Stylization - Enables batch processing of image directories to apply consistent artistic styles.
  • Video File Processors - Includes a video file processor that decomposes clips into frames for sequential stylization.
  • Sequential Frame Processing - Implements a processing loop that applies artistic style filters to a sequence of video frames.
  • Computer Vision Libraries - Fast style transfer using TensorFlow.
  • Style Transfer - High-performance implementation for real-time artistic style transformation.

Star history

Star history chart for lengstrom/fast-style-transferStar history chart for lengstrom/fast-style-transfer

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 lengstrom/fast-style-transfer do?

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.

What are the main features of lengstrom/fast-style-transfer?

The main features of lengstrom/fast-style-transfer are: CNN Image Stylizers, Convolutional Neural Networks, Deep Learning Training Pipelines, Feed-Forward Neural Networks, Loss Functions, Perceptual Loss, Neural Style Transfers, Style Network Training.

Which projects share features with lengstrom/fast-style-transfer?

Projects with overlapping indexed features include: jcjohnson/fast-neural-style — This project is a neural style transfer framework that provides a suite of computer vision tools for applying artistic… tachibanayoshino/animeganv2 — AnimeGANv2 is a generative adversarial network training framework and image stylization tool designed to convert… deepfakes/faceswap — Faceswap is a comprehensive framework for automated media manipulation and neural face synthesis. It provides a… tachibanayoshino/animegan — AnimeGAN is a generative adversarial network and image translator developed with TensorFlow. It is designed for… nvidia/fastphotostyle — FastPhotoStyle is an AI image stylization tool and deep learning style transfer framework. It functions as a… lyhue1991/eat_tensorflow2_in_30_days — This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow.…

Projects sharing features with Fast Style Transfer

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

    jcjohnson/fast-neural-style

    4,354View on GitHub↗

    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 m

    Lua
    View on GitHub↗4,354
  • tachibanayoshino/animeganv2TachibanaYoshino avatar

    TachibanaYoshino/AnimeGANv2

    5,366View on GitHub↗

    AnimeGANv2 is a generative adversarial network training framework and image stylization tool designed to convert real-world photographs and videos into anime-style imagery. It functions as an anime style generator that transforms real-world scenes into animation through supervised style transfer. The project provides a system for training style models and extracting specific generator weight parameters from deep learning checkpoints to create lightweight models for inference. It focuses on landscape image stylization and the ability to mimic specific artistic styles from provided datasets. T

    Python
    View on GitHub↗5,366
  • deepfakes/faceswapdeepfakes avatar

    deepfakes/faceswap

    55,289View on GitHub↗

    Faceswap is a comprehensive framework for automated media manipulation and neural face synthesis. It provides a modular pipeline that manages the entire lifecycle of facial feature extraction, deep learning model training, and image conversion. By coordinating complex computer vision workflows, the system enables users to map facial identities between source and destination datasets while maintaining structural alignment and lighting consistency across video frames. The project distinguishes itself through a highly extensible plugin-based architecture that handles hardware-accelerated process

    Pythondeep-face-swapdeep-learningdeep-neural-networks
    View on GitHub↗55,289
  • tachibanayoshino/animeganTachibanaYoshino avatar

    TachibanaYoshino/AnimeGAN

    4,603View on GitHub↗

    AnimeGAN is a generative adversarial network and image translator developed with TensorFlow. It is designed for photo-to-anime style transfer, utilizing a deep learning system to transform real-world photographs and video frames into anime-style imagery. The system includes a video-to-anime converter that applies consistent visual transformations across sequential frames. It supports both the training of generative networks on artistic datasets to replicate specific styles and the extraction of generator weights from checkpoints for efficient inference. The project provides utilities for ima

    Pythonanime-imagesanimeganhayao-style
    View on GitHub↗4,603
  • Compare all 30 related projects→