EnhanceAI is a powerful web application that utilizes AI to enhance images effortlessly. Built with Next.js 15, TypeScript, and ShadCN, this app provides a seamless and intuitive user experience.
- AI-Powered Image Enhancement – Leverages the PicWish API to upscale, denoise, and enhance image quality automatically.
- User-Friendly Interface – A clean and modern UI built with ShadCN for a smooth experience.
- Fast & Efficient Processing – Experience quick image enhancements without compromising quality.
- Secure & Reliable – Optimized for performance with Next.js 15 and TypeScript.
- Frontend: Next.js 15, TypeScript, ShadCN, Tailwind CSS
- Backend: Next.js API Routes
- AI Enhancement: PicWish API
- Clone the repository:
git clone https://github.com/devAaus/enhanceAI.git cd enhanceAI - Install dependencies:
bun install
- Set up environment variables in a
.env.localfile:PICWISH_API_KEY=your_api_key_here PICWISH_URL=picwish_api_url
- Run the development server:
bun dev
- Open http://localhost:3000 in your browser.
- Upload an image.
- Click the enhance button.
- Let AI process the image.
- Download the enhanced image.