Skip to content

Uzumaki Transform is a python program that uses computer vision techniques to change an image into a swirling gif that resembles the Uzumaki manga by Junji Ito

Notifications You must be signed in to change notification settings

connorjchen/uzumaki-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Uzumaki Transform

A python program that uses computer vision techniques to change an image into a swirling gif that resembles the Uzumaki manga by Junji Ito

Screenshots

Note

Program and README was created for MacBook Pro M1 Ventura 13.1

How to Get Setup

  1. Install pyenv

    1. brew install pyenv
    2. nano ~/.zshrc
    3. Copy paste at bottom of .zshrc
      export PYENV_ROOT="$HOME/.pyenv"
      command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
      eval "$(pyenv init -)"
      
    4. Reload terminal
  2. pyenv install 3.11.0

  3. sh setup.sh

How to Run

  1. sh run_main.sh

Code Reference

About

Uzumaki Transform is a python program that uses computer vision techniques to change an image into a swirling gif that resembles the Uzumaki manga by Junji Ito

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published