Transform Your Images with ImagifyAI
ImagifyAI is an advanced image editing application built with Next.js 14, Cloudinary AI, Clerk, MongoDB, Shadcn, and TypeScript, and is deployed on Vercel.
- Image Restoration, Image Recoloring, Image Generative Fill, Object Removal, Background Removal.
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/rameshchandra8520/ImagifyAI.git cd ImagifyAI
-
Install dependencies:
npm install # or yarn install
-
Set up environment variables:
- Create a
.env.local
file in the root directory and add the following environment variables:#MONGODB MONGODB_URL= #CLERK NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY= CLERK_SECRET_KEY= WEBHOOK_SECRET= NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/ NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/ #CLOUDINARY NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME= CLOUDINARY_API_KEY= CLOUDINARY_API_SECRET=
- Create a
-
Run the development server:
npm run dev # or yarn dev
Open http://localhost:3000 with your browser to see the result.