A simple yet powerful image enhancement tool built to improve the quality of your images using modern techniques. Whether it's sharpening, brightness adjustment, or color correction — AiEnhance has you covered.
- 🖼️ Upload images (JPG, PNG, etc.)
- ✨ AI-powered Auto Enhancement
- 💾 Download the enhanced image
- ⚡ Fast performance with Vite + React
- Node.js installed
git clone https://github.com/abhaylonkar/AiEnhance.git
cd AiEnhance
npm install
npm run devThen open your browser and go to http://localhost:5173
This project uses the Picsart Enterprise API for AI-based image enhancement.
🔐 You need a valid API key from Picsart to run this project in production.
To set up your API key:
- Create a .env file in the root directory.
- Add your key like this:
VITE_API_URL=your_api_url_here
VITE_API_KEY=your_api_key_here- ⚛️ React
- ⚡ Vite
- 🎨 Tailwind CSS
- Abhay Lonkar
- 📧 abhaylonkar9@gmail.com
- 🔗 My Portfolio

