This is made with MERN and uses OpenAI API.
This is a clone of Dall-E of OpenAi, Its used to generate digital images from prompts (natural language descriptions) .
- Create Image using prompt (Image details)
- Download Image
- Share Community for Visible everyone
- Responsive Design
- get your OpenAi api key from https://openai.com/api/
- get your imagekit api key from https://imagekit.io/
Make sure you have installed all of the following prerequisites on your development machine:
- Node Js & Npm Download and Install
- MongoDB Download and Install
- Git Download and Install
#vite #reactjs #tailwindcss
#nodejs #expressjs #mongodb
#javascript
#openai #dalle #imagekit
To run this project, you will need to add the following environment variables to your .env file in server directory
PORT
= 5000
DB_URL
OPENAI_API_KEY
OPENAI_ORGANIZATION
IMAGEKIT_PUBLIC_KEY
IMAGEKIT_PRIVATE_KEY
IMAGEKIT_URL_ENDPOINT
Clone the project
git clone https://github.com/ansonbenny/DALL-E.git
##To Start BackEnd
Go to the server directory
cd DALL-E/server
Install dependencies
npm install
Start
npm start
##To Start FrontEnd
Go to the client directory
cd DALL-E/client
Install dependencies
npm install
Start
npm run dev