Visit site
Project Overview and Problem Solved: Editaimg is an AI-powered image editor created for individuals who find professional software like Photoshop difficult to use. As a developer with limited UI and visual design skills, I built this platform to enable professional-grade edits through simple natural language. It allows users to remove objects, swap backgrounds, and upscale images without needing to master complex manual tools. How I Made It: This project started from my personal struggle with design tasks. My first attempt in 2023 using earlier AI models failed because the results were too inconsistent. In 2025, I leveraged newer generative AI breakthroughs to create a more precise system. I developed specific logic to ensure that modifications are localized, meaning if a user changes one detail, the rest of the image remains unchanged. The Tech Stack: I used Next.js and Tailwind CSS for the frontend to create a modern user interface. The backend is built with Python and FastAPI to manage AI model orchestration. For the AI features, I integrated specialized models for in-painting, segmentation, and neural upscaling. Data is managed using PostgreSQL and images are hosted on Cloudflare R2.