Skip to content

DALL-E clone project built with React, Express, and MongoDB, with image storage and processing handled by Cloudinary.

Notifications You must be signed in to change notification settings

allangmr/dall-e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DALL-E Clone This is a web application that allows users to create images from textual descriptions, inspired by the OpenAI DALL-E project. It was built using React, Express, MongoDB, and Cloudinary.

Features Users can enter a textual description of an image they want to create. The application uses the OpenAI DALL-E API to generate an image based on the user's description. Users can save their generated images to the server and view them later. Users can view a gallery of all the images that have been generated by all users of the application. Installation To install and run this application locally, you will need to:

Clone this repository to your local machine. Install the required dependencies by running npm install in the root directory of the project. Create a .env file in the root directory of the project with the following environment variables: makefile Copy code MONGODB_URI= CLOUDINARY_CLOUD_NAME= CLOUDINARY_API_KEY= CLOUDINARY_API_SECRET= Start the server by running npm run start:server in the root directory of the project. Start the client by running npm run start:client in the root directory of the project. Contributing Contributions to this project are welcome! If you find a bug or have a feature request, please open an issue on the GitHub repository.

License This project is licensed under the MIT License. See the LICENSE file for more information.

About

DALL-E clone project built with React, Express, and MongoDB, with image storage and processing handled by Cloudinary.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published