• Stars
    star
    146
  • Rank 251,242 (Top 5 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 5 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Pydrawing: Beautify your image or video.

docs PyPI - Python Version PyPI license PyPI - Downloads PyPI - Downloads issue resolution open issues

Documents: https://pydrawing.readthedocs.io/

Pydrawing

Beautify your image or video.
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.

Support List

Beautifier_EN Introduction Related Paper Code Beautifier_CN
glitch click N/A click 信号故障特效
douyineffect click N/A click 抖音特效
characterize click N/A click 视频转字符画
cartoonise click N/A click 图像卡通化
photomosaic click N/A click 拼马赛克图片
beziercurve click N/A click 贝塞尔曲线画画
geneticfittingcircle click N/A click 遗传算法拟合图像-圆形
geneticfittingpolygon click N/A click 遗传算法拟合图像-多边形
nostalgicstyle click N/A click 照片怀旧风格
photocorrection click N/A click 简单的照片矫正
pencildrawing click click click 铅笔素描画
cartoongan click click click 卡通GAN
fastneuralstyletransfer click click click 快速风格迁移
cartoonizeface click click click 人脸卡通化
noteprocessor click click click 手写笔记处理
oilpainting click click click 照片油画化

Install

Preparation

  • ffmpeg: You should set ffmpeg in environment variable.
  • Pytorch: To apply some of the supported beautifiers (e.g., cartoongan), you need to install pytorch and corresponding dependencies following tutorial.

Pip install

run "pip install pydrawing"

Source code install

(1) Offline
Step1: git clone https://github.com/CharlesPikachu/pydrawing.git
Step2: cd pydrawing -> run "python setup.py install"
(2) Online
run "pip install git+https://github.com/CharlesPikachu/pydrawing.git@master"

Quick Start

import random
from pydrawing import pydrawing

filepath = 'asserts/dog.jpg'
config = {
    "savedir": "outputs",
    "savename": "output"
}
drawing_client = pydrawing.pydrawing()
drawing_client.execute(filepath, random.choice(drawing_client.getallsupports()), config=config)

Screenshot





Projects in Charles_pikachu

  • Games: Create interesting games by pure python.
  • DecryptLogin: APIs for loginning some websites by using requests.
  • Musicdl: A lightweight music downloader written by pure python.
  • Videodl: A lightweight video downloader written by pure python.
  • Pytools: Some useful tools written by pure python.
  • PikachuWeChat: Play WeChat with itchat-uos.
  • Pydrawing: Beautify your image or video.
  • ImageCompressor: Image compressors written by pure python.
  • FreeProxy: Collecting free proxies from internet.
  • Paperdl: Search and download paper from specific websites.
  • Sciogovterminal: Browse "The State Council Information Office of the People's Republic of China" in the terminal.
  • CodeFree: Make no code a reality.
  • DeepLearningToys: Some deep learning toys implemented in pytorch.
  • DataAnalysis: Some data analysis projects in charles_pikachu.
  • Imagedl: Search and download images from specific websites.
  • Pytoydl: A toy deep learning framework built upon numpy.
  • NovelDL: Search and download novels from some specific websites.

More

WeChat Official Accounts

Charles_pikachu
img

More Repositories

1

Games

Games: Create interesting games in pure python.
Python
4,970
star
2

DecryptLogin

DecryptLogin: APIs for loginning some websites by using requests.
Python
2,817
star
3

musicdl

Musicdl: A lightweight music downloader written in pure python.
Python
1,178
star
4

pytools

Pytools: Some useful tools written by pure python.
Python
950
star
5

AIGames

use AI to play some games.
Python
591
star
6

videodl

Videodl: A lightweight video downloader written by pure python.
Python
412
star
7

pikachuwechat

PikachuWeChat: Play WeChat with itchat-uos.
Python
114
star
8

freeproxy

FreeProxy: Collecting free proxies from internet.
Python
99
star
9

YSLAO

ECCV2022 - You Should Look at All Objects
Python
71
star
10

mcibi

ICCV2021 - Mining Contextual Information Beyond Image for Semantic Segmentation
Python
58
star
11

deeplearningtoys

DeepLearningToys: Some deep learning toys implemented in pytorch.
Python
49
star
12

YOLO

A pytorch implementation of YOLOv1-v3
Python
48
star
13

SeleniumLogin

Login some website using selenium.
Python
40
star
14

codefree

CodeFree: Make no code a reality.
Python
39
star
15

paperdl

Paperdl: Search and download paper from specific websites.
Python
39
star
16

pytoydl

Pytoydl: A toy deep learning framework built upon numpy.
Python
30
star
17

hackcaptcha

provide api functions for captcha recognition.
Python
26
star
18

VideoGan

Implementation of Generating Videos with Scene Dynamics
Python
21
star
19

imagedl

Imagedl: Search and download images from specific websites.
Python
20
star
20

CharlesPikachu

profile
13
star
21

DeepDream

Pytorch Implementation of Google-DeepDream
Python
13
star
22

dataanalysis

DataAnalysis: Some data analysis projects in charles_pikachu
Python
11
star
23

algorithm

algorithm practice
Python
11
star
24

imagecompressor

ImageCompressor: Image compressors written by pure python.
Python
9
star
25

noveldl

NovelDL: Search and download novels from some specific websites.
Python
9
star
26

CharlesFace

Face Classify and Detection
Python
7
star
27

constellation

Constellation: Beautiful starry sky written in js.
JavaScript
7
star
28

Classical-Image-Processing-Algorithms

Implementations of some classical image processing algorithms using matlab.
MATLAB
7
star
29

GAN

Implement some examples related to GAN
Python
3
star
30

charlespikachu.github.io

my homepage
HTML
3
star
31

sciogovterminal

Sciogovterminal: Browse "The State Council Information Office of the People's Republic of China" in the terminal.
Python
3
star