Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.5 KB

README.md

File metadata and controls

56 lines (39 loc) · 1.5 KB

Nextgen AI Studio

final output

final output

🎨 Nextgen AI Studio is not just an image generation app; it's a revolutionary SaaS product designed to solve a crucial problem - unleashing creativity effortlessly! 🚀

🛠️ Built with the MERN Stack and powered by the OpenAI API, this platform makes creative expression seamless. The Cloudinary integration ensures efficient image management for a smoother user experience.

Key Features:

  • Image generation powered by OpenAI API 🤖
  • MERN Stack for robust performance 💻
  • Cloudinary integration for efficient image management ☁️
  • Download and share your creations with the community 🌐
  • Enter any prompt and witness the magic happen! 🎩✨

🌐 How it Works:

  1. Enter your prompt
  2. Watch the AI magic unfold
  3. Download and share your creations with the world!

Cloning the repository

git clone https://github.com/bala587/Nextgen-AI-Studio.git

Install packages (client and server)

npm install

Setup .env file in Server Folder

OPENAI_API_KEY=
MONGODB_URL=

CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_SECRET_API=

Start Your Server

PS C:\Users\ELCOT\Videos\Nextgen_AI Studio\server> npm start

Start Your Client

PS C:\Users\ELCOT\Videos\Nextgen_AI Studio\client> npm run dev