Back to ProjectsAI/ML
AI Image Meme Generator
Full-stack app: React (MUI) frontend and Flask backend. User enters text; system generates image via DALL-E with live editing. Auth and CRUD APIs for image management.
Languages
JavaScriptPython
Skills & Tech
ReactMUIFlaskOpenAI DALL-EREST APIAuth

Overview
A full-stack app that lets users enter text prompts and generate images via DALL-E. React (MUI) frontend with Flask backend. Live editing, auth, and CRUD APIs for image management.
What I Built
- Text-to-image — user enters prompt, system calls DALL-E API
- Live editing — adjust and regenerate images in real time
- Auth — user registration and login
- CRUD APIs — create, read, update, delete generated images
- MUI frontend — clean, responsive UI for prompts and gallery
Tech Stack
- Frontend: React, MUI
- Backend: Flask (Python)
- AI: OpenAI DALL-E
- Auth: JWT or session-based
Outcome
A production-ready creative tool demonstrating full-stack AI integration with auth and data management.