A full-stack AI-based system to identify and verify products as real or fake using image analysis and 3D visualization.
Fake products are common in the market. Users cannot easily verify product authenticity.
This system allows users to:
- Upload product images
- Verify authenticity using AI
- Get explanation (Explainable AI)
- View product in 3D
- Frontend: React + Vite + Tailwind + Three.js
- Backend: Node.js + Express
- Database: MongoDB
- AI Service: Python (Flask + OpenCV)
- Image Upload
- Fake vs Real Detection
- AI Explanation
- 3D Product Viewer
- User Dashboard
cd frontend
npm install
npm run dev
cd backend
npm install
npm start
cd ai-service
python app.py