Skip to content

SidhantCodes/imgify

Repository files navigation

Imgify

Imgify is a Next.js application designed for simplified AI-powered image manipulation. This project allows users to perform various transformations on images, leveraging advanced AI techniques.

Getting Started

To get started with Imgify, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd imgify
  2. Install the dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Run the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
  4. Open http://localhost:3000 in your browser to see the application in action.

Features

  • User authentication with Clerk
  • Image transformations including restore, fill, remove, recolor, and background removal
  • Integration with Cloudinary for image storage and management
  • Responsive design with Tailwind CSS

Technologies Used

  • Next.js: A React framework for server-side rendering and static site generation.
  • TypeScript: A superset of JavaScript that adds static types.
  • Tailwind CSS: A utility-first CSS framework for styling.
  • Clerk: User authentication and management.
  • Cloudinary: Image and video management.

Deployment

For deployment, consider using the Vercel platform, which is optimized for Next.js applications. Refer to the Next.js deployment documentation for more details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.

License

This project is licensed under the MIT License.

About

Transform Imagination into Reality with Imgify

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published