An open API service indexing awesome lists of open source software.

https://github.com/abdullah-dev0/imaginify

Imaginify empowers you to unlock the full potential of your imagery through the power of cutting-edge Artificial Intelligence. Our user-friendly platform provides a comprehensive suite of tools designed to streamline your workflow and elevate your creative vision.
https://github.com/abdullah-dev0/imaginify

nextjs react-hook-form reactjs shadcn-ui stripe-payments taliwindcss

Last synced: about 2 months ago
JSON representation

Imaginify empowers you to unlock the full potential of your imagery through the power of cutting-edge Artificial Intelligence. Our user-friendly platform provides a comprehensive suite of tools designed to streamline your workflow and elevate your creative vision.

Awesome Lists containing this project

README

          

**🚀 The AI SaaS Web App 🌐🤖**

_🔍 What's It About?_

- Crafted an intelligent SaaS platform, Imaginify, harnessing the power of Cloudinary's AI model. Now, unleash your creativity by modifying and enhancing images effortlessly.

**_🎯 Key Features:_**

1. Home: This likely leads users to the website's landing page, providing an overview of its functionalities.
2. Image Restore: This feature suggests the ability to restore and potentially enhance damaged or degraded images.
3. Generative Fill: This feature could involve using AI to fill in missing or unwanted parts of an image.
4. Object Remove: This allows users to remove unwanted objects from their images using AI-powered detection and removal.
5. Object Recolor: This feature enables users to selectively change the color of specific objects within an image.
6. Background Remove: This allows for the removal of the background from an image, leaving the foreground object isolated.
7. Profile: This section would likely allow users to manage their accounts, including settings, preferences, and potentially upload history.
8. Buy Credits: This suggests your website might use a credit system for accessing certain features or functionalities.

**🔧 Tech Stack:**

- NextJs
- TypeScript
- Tailwind CSS
- Stripe
- React-hook-fome
- shad-cn

**🌐 How It Works:**

- Imaginify empowers you to unlock the full potential of your imagery through the power of cutting-edge Artificial Intelligence. Our user-friendly platform provides a comprehensive suite of tools designed to streamline your workflow and elevate your creative vision.
```
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=
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=/
MONGO_URI=
WEBHOOK_SECRET=
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME=
CLOUDINARY_API_KEY=
CLOUDINARY_API_SECRET=

NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=

STRIPE_SECRET_KEY=

STRIPE_WEBHOOK_SECRET=

NEXT_PUBLIC_SERVER_URL=localhost:3000
```

```
npm install

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

**Open http://localhost:3000 with your browser to see the result.**