Skip to content

A program that converts videos and pictures to unicode representation. It works in realtime!

Notifications You must be signed in to change notification settings

jamesgleave/UnicodeVision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnicodeVision

A program that converts videos and pictures to unicode representation. It works in realtime! You can use it to stream straight from your webcam, or convert an existing video or image to unicode vision!

Requirements

  • pillow
  • numpy
  • openCV
pip install pillow
pip install numpy
pip install openCV

Usage

By default, running UnicodeVision.py will stream from your webcam.

python3 UnicodeVision.py  

You may also process and save a video/image by changing the mode to u (upload)

python3 UnicodeVision.py  --mode u --path /path/to/image/or/video

There are many arguments to play with:

python3 UnicodeVision.py  --mode s --scale 0.07 --contrast 1 --sharpen 1 --invert False

plot plot

About

A program that converts videos and pictures to unicode representation. It works in realtime!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages