This project is a Python-based application that creates a string art representation of a given image.
- Grayscale and CMYK (color) string art generation
- Greedy algorithm or DQN (reinforcement learning) pin placement
- Multi-scale two-pass mode for line efficiency
- Auto line-weight based on image content
- SSIM-based early stopping
- Exports PNG, MP4 timelapse, and CSV pin sequences
- Tkinter GUI with live preview
pip install -r requirements.txt
python SA_GUI.pyRequires Python 3.12+.