My notes app

AI Powered Image Editor

For my Summer 2023 internship, I built an image editor for small e-commerce businesses. Frontend is React + Radix UI, backend is Flask.

It supports erasing image backgrounds, generating AI backgrounds with DALL• E 2, and generating sales text with ChatGPT.

The editor canvas uses fabric.js to support drag-and-drop, resize, rotate, and text box functionality.

I used the DIS5k model for background masking, and the OpenAI API for ChatGPT and DALL• E 2.

Source not available.