Skip to content

The clone of OpenAI's (used to be) Dall-E Website!

Notifications You must be signed in to change notification settings

byuly/dall-e_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn


Logo

DALL-E Clone Website!

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!

View Demo

Table of Contents
  1. Built With
  2. Getting Started
  3. Usage
  4. Acknowledgments

Built With

  • JavaScript
  • React
  • TailwindCSS
  • HTML
  • OpenAI
  • Vite
  • MongoDB
  • Express.js
  • Node.js
  • Cloudinary

(back to top)

Getting Started

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.

Prerequisites

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

Installation

  1. Get a API Key from OpenAI, Cloudinary, and URL for MongoDB
  2. Clone the repo
    git clone https://github.com/github_username/repo_name.git
  3. Install NPM packages in frontend directory:
    npm install
    npm install -D tailwindcss
    npx tailwindcss init
    in backend directory:
    npm install cloudinary cors .env express mongoose nodemon openai 
  4. Enter your API in .env
    const API_KEY = 'ENTER YOUR API';
  5. in frontend
    npm run dev
    npm start
    in backend to start server

(back to top)

Usage

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

(back to top)

Acknowledgments

(back to top)

About

The clone of OpenAI's (used to be) Dall-E Website!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published