SafeCheckAI is an AI-powered web application that analyzes product images and provides safety and quality assessments using Google's Gemini Vision API. Users can upload an image of a product, and the application generates an intelligent analysis highlighting potential safety concerns, quality indicators, and recommendations.
- 📸 Upload product images for analysis
- 🤖 AI-powered image understanding using Gemini Vision
- 🛡️ Product safety assessment
- ⭐ Quality evaluation and insights
- 💡 Actionable recommendations
- ⚡ Fast and responsive user interface
- 🎨 Clean and modern design
- HTML5
- CSS3
- JavaScript (ES6+)
- Vite
- Google Gemini 1.5 Flash API
SafeCheckAI/
├── index.html
├── package.json
├── package-lock.json
├── shield.svg
├── src/
│ ├── main.js
│ └── style.css
├── .gitignore
└── README.md
git clone https://github.com/Swaroop-Haridas/SafeCheckAI.git
cd SafeCheckAInpm installCreate a .env file in the project root:
VITE_GEMINI_API_KEY=your_gemini_api_key_herenpm run devThe application will start on:
http://localhost:5173
- Launch the application.
- Upload a product image.
- Wait for the AI analysis.
- Review the generated safety and quality report.
- Use the recommendations to make informed decisions.