Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 727 Bytes

File metadata and controls

45 lines (27 loc) · 727 Bytes

🐢 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.