Skip to content

AI Image Generator – Create the images you envision effortlessly! I developed this application using the OpenAI-Node package, enabling users to generate high-quality images based on their input. This project showcases advanced AI capabilities, making image creation seamless and efficient.

License

Notifications You must be signed in to change notification settings

dudkodmytrii007/Image-Generator

Repository files navigation

🤖 AI Image Generator

Generate your desired image. I have created this application with the help of Openai-node node package

Live 🚀

👨‍💻 Stack

📁 Project Structure

Frontend

$CLIENT_ROOT
│   # Page files
├── src
│   # Image files
├── src/img
│   # Static files and favicon
└── public

Backend

$PROJECT_ROOT
│   # All controller
├── controller
│   # All api routing files
├── routes
│   # Main file
└── server.js

✅ Installation

If you wish to run this app locally, clone this repo and install the dependencies.

  1. Clone this repository:
$ git clone https://github.com/Ukhang/AI-image-generator.git
  1. Go into clone directory
$ cd AI-image-generator
  1. install backend dependencies and devDependencies:
npm intall
  1. install frontend dependecies and devDependencies
$ cd client
npm intall
  1. Run your frontend development server:
$ cd client
npm run start
  1. Run your backend development server:
npm run dev

License

Number converter is releashed under the MIT License

About

AI Image Generator – Create the images you envision effortlessly! I developed this application using the OpenAI-Node package, enabling users to generate high-quality images based on their input. This project showcases advanced AI capabilities, making image creation seamless and efficient.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published