Welcome to the ai image generation application, a full stack AI Image Generation app that uses openai model to generates images, art and beautiful designs from text inputs.
To create an image/art/design, press create button on the top right corner. Your created image will be displayed in the community showcase on the home page
How to use this repo
To get started run the following commands on your local environment
clone the repo your local environment
cd into the server directory and run the following commands:
npm install
npm start
cd into the client directory and run the following commands:
npm install
npm start
To build this app for production, run the following command: