https://github.com/jedevc/grifter
Graft images onto GIFs... with terrible results :scream:
https://github.com/jedevc/grifter
Last synced: 12 months ago
JSON representation
Graft images onto GIFs... with terrible results :scream:
- Host: GitHub
- URL: https://github.com/jedevc/grifter
- Owner: jedevc
- License: mit
- Created: 2020-08-25T19:13:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T11:09:57.000Z (almost 6 years ago)
- Last Synced: 2025-03-11T13:52:28.303Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GrIFter
Graft images onto GIFs to replace faces - make your own terrible memes with
little-to-no effort.

It's not perfect, and still a little buggy - but it works, so might as well
release it :tada:
## Setup
Setup poetry for dependencies:
$ poetry install
$ poetry shell
Run grifter:
$ python -m grifter --help
## Usage
To generate a GIF with a superimposed face:
$ python -m grifter -i input.gif -t target.png -o output.gif
This might not be perfect, so play around with `--model` and `--upscale`
until you get reasonable results.