Pic2Pick is an AI-powered product comparison tool that lets users upload an image of any product and instantly view the product’s price and details from Amazon and Flipkart, along with an intelligent review analysis. It combines the power of image recognition, web scraping, and sentiment analysis to deliver a seamless product search experience.
- Image-based product search using Google Lens via SerpApi
- Price comparison from Amazon and Flipkart using real-time web scraping
- Review sentiment analysis to show if people love or hate the product
- Clean and responsive frontend UI built with Vite + React
- Seamless image upload via Imgur
- Fast backend powered by Flask
- User uploads a product image.
- The backend uses SerpApi (Google Lens) to extract the product name.
- Product name is used to scrape data from Flipkart and Amazon.
- Scraped reviews are passed through a sentiment analysis model.
- Frontend displays:
- Product title
- Price
- Product URL
- Review summary with sentiment score



