AI Image Analyzer is a web application built with Next.js that lets users upload and analyze images using Google’s Gemini AI API.
- Upload and analyze any image with AI
- Uses Google Gemini API for intelligent insights
- Clean, fast, and responsive UI
- Built with Next.js, Tailwind CSS, and TypeScript
👉 ai-image-analyzer-two.vercel.app
- Framework: Next.js (App Router)
- Styling: Tailwind CSS
- Language: TypeScript
- AI Integration: Google Gemini API
- Deployment: Vercel
git clone https://github.com/Nandan25/ai_image_analyzer.git
cd ai_image_analyzerMake sure you have Node.js and npm installed.
npm installCreate a .env.local file in the root directory and add the following:
NEXT_GEMINI_KEY=your_google_gemini_api_key🔐 Replace
your_google_gemini_api_keywith your actual API key from Google AI Studio.
npm run devVisit http://localhost:3000 in your browser to use the app.
Deploy easily using Vercel by connecting your GitHub repo and adding the same environment variables.
MIT © Nandan Prabhudesai