Skip to content

dall-e image generation using expo and node.js and mongodb

Notifications You must be signed in to change notification settings

hamzamak/dall-e-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Generation

Build AI Image Generation App & DALL-E Clone using react native expo

Screenshots

before_generate_img generate_img browse_collection longPress to dowload image

Note

  • Long Press on the image to download it or to show the prompt and username

Installation

you will need to install the packages for expo

  cd client
  npm install 
  npm start # to run expo app

and for Node.js

  cd server
  npm install 
  npm start # to run nodeJs

Environment Variables

To run this project, you will need to add the following environment variables to your .env file in server directory

OPENAI_API_KEY MONGODB_URL CLOUDINARY_CLOUD_NAME CLOUDINARY_CLOUD_API_KEY CLOUDINARY_CLOUD_API_SECRET

But first sign in with cloudinary to get your key api , cloud name and api secret and also to openai

About

dall-e image generation using expo and node.js and mongodb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published