Jupyter Notebook style-transfer

Open-source Jupyter Notebook projects categorized as style-transfer

Top 8 Jupyter Notebook style-transfer Projects

  • deep-learning-v2-pytorch

    Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101

  • animegan2-pytorch

    PyTorch implementation of AnimeGANv2

  • Project mention: Python Mini Projects | dev.to | 2023-05-22

    rom PIL import Image import torch import IPython from IPython.display import display # upload images from google.colab import files uploaded = files.upload() # https://github.com/bryandlee/animegan2-pytorch # load models and face2paint utility function model_facev2 = torch.hub.load("bryandlee/animegan2-pytorch:main", "generator", pretrained="face_paint_512_v2") face2paint = torch.hub.load("bryandlee/animegan2-pytorch:main", "face2paint", size=512) for INPUT_IMG in ['KatLi.JPG']: img = Image.open(INPUT_IMG).convert("RGB") out_facev2 = face2paint(model_facev2, img) # display images display(img) display(out_facev2)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • VToonify

    [SIGGRAPH Asia 2022] VToonify: Controllable High-Resolution Portrait Video Style Transfer

  • DualStyleGAN

    [CVPR 2022] Pastiche Master: Exemplar-Based High-Resolution Portrait Style Transfer

  • DCT-Net

    Official implementation of "DCT-Net: Domain-Calibrated Translation for Portrait Stylization", SIGGRAPH 2022 (TOG); Multi-style cartoonization

  • cartoonify

    Deploy and scale serverless machine learning app - in 4 steps.

  • StyleCLIPDraw

    Styled text-to-drawing synthesis method. Featured at IJCAI 2022 and the 2021 NeurIPS Workshop on Machine Learning for Creativity and Design

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • AI-Art-Generator

    A program that can add an artistic touch to any image. (by Rohith04MVK)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Jupyter Notebook style-transfer related posts

Index

What are some of the best open-source style-transfer projects in Jupyter Notebook? This list will help you:

Project Stars
1 deep-learning-v2-pytorch 5,167
2 animegan2-pytorch 4,339
3 VToonify 3,465
4 DualStyleGAN 1,557
5 DCT-Net 709
6 cartoonify 371
7 StyleCLIPDraw 268
8 AI-Art-Generator 97

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com