This project is a clone of Dall-E, utilising the Dall-E API to display AI-generated images based on prompts. The Dall-E Clone project aims to showcase the capabilities of the Dall-E API by generating and displaying AI-generated images based on user prompts.
This project was developed using the following technologies:
- MERN Stack (MongoDB, Express.js, React, Node.js)
- Vite for building the React app
- Tailwind CSS for styling
Follow these steps to set up and run the project locally:
-
Clone the repository:
$ git clone https://github.com/yourusername/dall-e-clone.git
-
Navigate to the client and server folders and install dependencies:
Copy code
$ cd dall-e-clone/client $ npm install $ cd ../server $ npm install
-
Start the client and server:
Copy code
$ cd client $ npm start $ cd ../server $ npm start
-
Usage Once the project is up and running, open your web browser to access the Dall-E Clone. Enter prompts and explore the AI-generated images that are displayed based on those prompts.