Generate your desired image. I have created this application with the help of Openai-node node package
$CLIENT_ROOT
│ # Page files
├── src
│ # Image files
├── src/img
│ # Static files and favicon
└── public
$PROJECT_ROOT
│ # All controller
├── controller
│ # All api routing files
├── routes
│ # Main file
└── server.js
If you wish to run this app locally, clone this repo and install the dependencies.
- Clone this repository:
$ git clone https://github.com/Ukhang/AI-image-generator.git- Go into clone directory
$ cd AI-image-generator- install backend dependencies and devDependencies:
npm intall- install frontend dependecies and devDependencies
$ cd clientnpm intall- Run your frontend development server:
$ cd clientnpm run start- Run your backend development server:
npm run devNumber converter is releashed under the MIT License