Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 927 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 927 Bytes

Build and Deploy a Full Stack MERN AI Image Generation App : DALL E Clone

DALL-E 2.0 - AI Image Generation

This is a full stack MERN app that uses the DALL-E 2.0 AI model to generate images from text descriptions. The app is a clone of the original DALL-E app created by Me using OPEN AI API.

I made it using MERN stack, Cloudinary for Image Optimization, Vite (to set React Development Environment), and awesome Tailwind-CSS.

Live: DALL-E 2.0

https://harsh-dall-e.netlify.app/

Features

  • Generate images from text descriptions
  • Save images to your profile
  • View saved images on your profile
  • Delete images from your profile
  • View all images on the home page
  • View all images by user on the user page
  • View all images by tag on the tag page
  • View all images by search on the search page

Tech Stack

  • MERN [MongoDB, Express, React, Node]
  • Tailwind CSS
  • Vite [React]
  • DALL-E API
  • Cloudinary