Website Link:
artsii.designDescription:
As part of the DubHacks 2025 24-hour hackathon, I worked on a two-person team to create Artsii, a creative web application that transforms AI-generated images into colorful, retro-style ASCII art.
We built the backend in Python, developing an algorithm that analyzes each image by breaking it into pixel patches and computing their luminance and saturation values to map colors and characters accurately. On the frontend, we designed an interactive website where users can generate art from text prompts, view their results instantly, and contribute to a communal gallery showcasing artwork from other visitors.
My main responsibilities included integrating the AI image generation API and connecting the subsystems split between multiple programs and languages. The project pushed us to find the right balance between creativity and technical precision, as we worked to optimize performance and image quality, all within the 24-hour timeframe.
Abstract:
A creative web app built in just 24 hours that transforms AI-generated images into colorful, retro-style ASCII art. Using Python for image analysis and a modern web frontend for interactivity, Artsii converts pixel data into text-based renderings and features a communal gallery where users can share their creations, blending childhood imagination with modern day technology.