The DALL-E website is currently out of service, and we miss it! This project aims to replicate the functionality of the original DALL-E image generation service, allowing users to create stunning images from textual descriptions using the latest advancements in AI and machine learning. The clone offers a user-friendly interface where individuals can input their desired prompts and receive/download high-quality images generated based on those prompts.
View Demo Below!
Table of Contents
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Get a API Key from OpenAI, Cloudinary, and URL for MongoDB
- Clone the repo
git clone https://github.com/github_username/repo_name.git
- Install NPM packages
in frontend directory:
in backend directory:
npm install npm install -D tailwindcss npx tailwindcss init
npm install cloudinary cors .env express mongoose nodemon openai
- Enter your API in
.envconst API_KEY = 'ENTER YOUR API';
- in frontend
npm run dev
in backend to start servernpm start
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation