A collection of easy-to-use, ready-to-use, interesting deep neural network models

Overview

Interesting and reproducible research works should be conserved. This repository wraps a collection of deep neural network models into a simple and uniform API.

Available models

SketchGAN

AnimeGAN

from ezpznet.animegan import AnimeGAN, load_image

net = AnimeGAN(style="webtoon")
image = load_image(image_path)
pred = net.predict(image)
plt.imshow(pred)

When style="webtoon":

When style="hayao":

There are 4 styles available: webtoon (default), shinkai, hayao, and paprika.

You might also like...
Bayesian-Torch is a library of neural network layers and utilities extending the core of PyTorch to enable the user to perform stochastic variational inference in Bayesian deep neural networks

Bayesian-Torch is a library of neural network layers and utilities extending the core of PyTorch to enable the user to perform stochastic variational inference in Bayesian deep neural networks. Bayesian-Torch is designed to be flexible and seamless in extending a deterministic deep neural network architecture to corresponding Bayesian form by simply replacing the deterministic layers with Bayesian layers.

yolox_backbone is a deep-learning library and is a collection of YOLOX Backbone models.
yolox_backbone is a deep-learning library and is a collection of YOLOX Backbone models.

YOLOX-Backbone yolox-backbone is a deep-learning library and is a collection of YOLOX backbone models. Install pip install yolox-backbone Load a Pret

Deep learning (neural network) based remote photoplethysmography: how to extract pulse signal from video using deep learning tools

Deep-rPPG: Camera-based pulse estimation using deep learning tools Deep learning (neural network) based remote photoplethysmography: how to extract pu

A complete end-to-end demonstration in which we collect training data in Unity and use that data to train a deep neural network to predict the pose of a cube. This model is then deployed in a simulated robotic pick-and-place task.
A complete end-to-end demonstration in which we collect training data in Unity and use that data to train a deep neural network to predict the pose of a cube. This model is then deployed in a simulated robotic pick-and-place task.

Object Pose Estimation Demo This tutorial will go through the steps necessary to perform pose estimation with a UR3 robotic arm in Unity. You’ll gain

Use tensorflow to implement a Deep Neural Network for real time lane detection
Use tensorflow to implement a Deep Neural Network for real time lane detection

LaneNet-Lane-Detection Use tensorflow to implement a Deep Neural Network for real time lane detection mainly based on the IEEE IV conference paper "To

Awesome Deep Graph Clustering is a collection of SOTA, novel deep graph clustering methods

ADGC: Awesome Deep Graph Clustering ADGC is a collection of state-of-the-art (SOTA), novel deep graph clustering methods (papers, codes and datasets).

This repository contains notebook implementations of the following Neural Process variants: Conditional Neural Processes (CNPs), Neural Processes (NPs), Attentive Neural Processes (ANPs).

The Neural Process Family This repository contains notebook implementations of the following Neural Process variants: Conditional Neural Processes (CN

Use MATLAB to simulate the signal and extract features. Use PyTorch to build and train deep network to do spectrum sensing.

Deep-Learning-based-Spectrum-Sensing Use MATLAB to simulate the signal and extract features. Use PyTorch to build and train deep network to do spectru

TorchFlare is a simple, beginner-friendly, and easy-to-use PyTorch Framework train your models effortlessly.
TorchFlare is a simple, beginner-friendly, and easy-to-use PyTorch Framework train your models effortlessly.

TorchFlare TorchFlare is a simple, beginner-friendly and an easy-to-use PyTorch Framework train your models without much effort. It provides an almost

Comments
  • ModuleNotFoundError: No module named 'ezpznet' in Ubuntu 20.04 - tried with multiple version of Python

    ModuleNotFoundError: No module named 'ezpznet' in Ubuntu 20.04 - tried with multiple version of Python

    First of all, Thanks for the great Repo.

    I installed with the command pip install git+https://github.com/ariaghora/ezpznet and got it successfully installed with Terminal showing below.

    Defaulting to user installation because normal site-packages is not writeable
    Collecting git+https://github.com/ariaghora/ezpznet
      Cloning https://github.com/ariaghora/ezpznet to /tmp/pip-req-build-hpfal09h
      Running command git clone -q https://github.com/ariaghora/ezpznet /tmp/pip-req-build-hpfal09h
      Resolved https://github.com/ariaghora/ezpznet to commit 2ff8f383aa62a35b72bb9a975463f3c3166a93d8
    Building wheels for collected packages: ezpznet
      Building wheel for ezpznet (setup.py) ... done
      Created wheel for ezpznet: filename=ezpznet-0.1.0-py3-none-any.whl size=7543 sha256=465fba486aa5cb19b884c2654fb353ed7b7d1f3e915b64ff6f9dfee9061d2c61
      Stored in directory: /tmp/pip-ephem-wheel-cache-jnrmzirb/wheels/48/64/6a/2abdbd8eb2ed4dd90014a211173db27122a8e5a6d1af6314aa
    Successfully built ezpznet
    Installing collected packages: ezpznet
    Successfully installed ezpznet-0.1.0
    
    

    And after that when I ran the code for 'SketchGAN' just as given in the README.md file then got the error

    ModuleNotFoundError: No module named 'ezpznet'

    opened by rohan-paul 1
Owner
Aria Ghora Prabono
Researcher | Coder
Aria Ghora Prabono
Implementation of various Vision Transformers I found interesting

Implementation of various Vision Transformers I found interesting

Kim Seonghyeon 78 Dec 6, 2022
An Easy-to-use, Modular and Prolongable package of deep-learning based Named Entity Recognition Models.

DeepNER An Easy-to-use, Modular and Prolongable package of deep-learning based Named Entity Recognition Models. This repository contains complex Deep

Derrick 9 May 30, 2022
Pytorch Lightning 1.2k Jan 6, 2023
XtremeDistil framework for distilling/compressing massive multilingual neural network models to tiny and efficient models for AI at scale

XtremeDistilTransformers for Distilling Massive Multilingual Neural Networks ACL 2020 Microsoft Research [Paper] [Video] Releasing [XtremeDistilTransf

Microsoft 125 Jan 4, 2023
This is a model made out of Neural Network specifically a Convolutional Neural Network model

This is a model made out of Neural Network specifically a Convolutional Neural Network model. This was done with a pre-built dataset from the tensorflow and keras packages. There are other alternative libraries that can be used for this purpose, one of which is the PyTorch library.

null 9 Oct 18, 2022
Ready-to-use code and tutorial notebooks to boost your way into few-shot image classification.

Easy Few-Shot Learning Ready-to-use code and tutorial notebooks to boost your way into few-shot image classification. This repository is made for you

Sicara 399 Jan 8, 2023
Traditional deepdream with VQGAN+CLIP and optical flow. Ready to use in Google Colab

VQGAN-CLIP-Video cat.mp4 policeman.mp4 schoolboy.mp4 forsenBOG.mp4

null 23 Oct 26, 2022
Visualizer for neural network, deep learning, and machine learning models

Netron is a viewer for neural network, deep learning and machine learning models. Netron supports ONNX (.onnx, .pb, .pbtxt), Keras (.h5, .keras), Tens

Lutz Roeder 21k Jan 6, 2023
GNN4Traffic - This is the repository for the collection of Graph Neural Network for Traffic Forecasting

GNN4Traffic - This is the repository for the collection of Graph Neural Network for Traffic Forecasting

null 564 Jan 2, 2023
A Lighting Pytorch Framework for Recommendation System, Easy-to-use and Easy-to-extend.

Torch-RecHub A Lighting Pytorch Framework for Recommendation Models, Easy-to-use and Easy-to-extend. 安装 pip install torch-rechub 主要特性 scikit-learn风格易用

Mincai Lai 67 Jan 4, 2023