Experiments with Plotter Art
A developer repurposed an Ender 3 3D printer as a pen plotter by attaching a fineliner pen with magnets, using Inkscape and the Simple Inkscape Scripting extension to generate generative art. The setu…
A developer repurposed an Ender 3 3D printer as a pen plotter by attaching a fineliner pen with magnets, using Inkscape and the Simple Inkscape Scripting extension to generate generative art. The setu…
AutoFigure, a toolkit from ResearAI, generates publication-style scientific figures from text descriptions and paper-like content, as demonstrated in a tutorial that builds a pipeline diagram for an a…
A developer built a custom AI PDF reader in Python, starting with a Jupyter prototype and evolving it into tested modules. The reader uses PyMuPDF for rendering and search, with features like bookmark…
A developer built a zero-cost automated YouTube pipeline using Python, Microsoft's edge-tts neural TTS, and MoviePy 1.0.3 to create faceless videos for the SaaS product WhaleTrack, turning live site d…
A developer built an automated YouTube video pipeline for their SaaS WhaleTrack using Python, edge-tts, and moviepy. The pipeline creates faceless videos with AI voiceover and Ken Burns effects, costi…
A developer built a Telegram bot called SnapPlateBot that identifies food from photos and estimates calories, protein, fat, and carbs. The bot initially struggled with accuracy, misidentifying borscht…
A developer replaced image-generation AI for technical diagrams with an 8-tool code-first matrix, including Mermaid, PlantUML, Markmap, Graphviz, matplotlib, Pillow, D3.js, and Blender. The approach p…
Google's Gemini 1.5 Flash multimodal API can now analyze images and PDFs in Python, returning structured JSON. A new script demonstrates sending a local JPEG and PDF to the model and parsing the respo…
A developer built a $0.04-per-cover image generator using Amazon Bedrock's Stable Image Core, achieving brand consistency through prompt engineering and post-processing rather than fine-tuning. The sy…
A developer built ImageX, a cross-platform CLI tool for batch image processing tasks like resizing, compressing, converting to WebP, and stripping metadata. The tool uses interactive menus and a plugi…
A developer built an AI thumbnail generator in pure Python using only the Pillow library, capable of producing professional images for YouTube, blogs, and social media in under two seconds. The tool r…
A developer building KerfIQ, a Windows desktop cut-list optimizer for woodworkers, chose PySide6 over Electron after benchmarks showed the PySide6 binary was 118 MB—51% smaller than Electron's 243 MB …