Skip to content

JacobPercy/turtlemaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐢 TurtleMaker 🐢

Turtle Drawing Demo

TurtleMaker uses Python’s turtle graphics module and opencv to convert any image into a polygon format that can be drawn on turtle cavas. This pipeline uses:

  • SLIC superpixel segmentation
  • Polygon simplification

Demo Video

Watch the demo


Example Output

Mountains


Running the Website Locally

git clone https://github.com/JacobPercy/turtlemaker.git
cd turtlemaker

Then run

cd tm
python app.py

Open your browser and go to:

http://127.0.0.1:5000

Upload an image to see it rendered in turtle graphics form, and get the generated code to recreate it.


About

Converting images into polygon formatting that python's turtle can draw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published