Skip to content

Sanjay-2004/Dall-E-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Dall-E-clone

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.

Technologies Used

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

Installation

Follow these steps to set up and run the project locally:

  1. Clone the repository:

    $ git clone https://github.com/yourusername/dall-e-clone.git
    
  2. Navigate to the client and server folders and install dependencies:

    Copy code

    $ cd dall-e-clone/client
    $ npm install
    $ cd ../server
    $ npm install
    
  3. Start the client and server:

    Copy code

    $ cd client
    $ npm start
    $ cd ../server
    $ npm start
    
  4. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published