Description:
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 images into retro-style ASCII art. This project features AI image generation, conversions from image to text-based renderings, and a communal gallery to share your creations.