Scan Now AI is a web-based AI app that lets users upload an image and instantly:
- ✅ Recognize what’s in the image using AI
- 🖼️ See visually similar images from Bing
- 🛍️ Discover related products via Bing Shopping
It combines TensorFlow image classification with real-time scraping of Bing results to create an intelligent visual search experience.
- Upload any image (product, animal, object, etc.)
- Classify image content using MobileNetV2 (TensorFlow)
- Scrape similar image results from Bing Images
- Automatically list relevant products from Bing Shopping
- Python 3
- Flask – Web server
- TensorFlow / Keras – MobileNetV2 AI model
- Selenium – Bing Shopping automation
- BeautifulSoup – HTML parsing for Bing Images
🔧 Quick steps to start the app and use it:
- Clone the project:
git clone https://github.com/Hank616/scan-now-ai.git cd scan-now-ai - Install dependencies:
pip install -r requirements.txt
- Make sure ChromeDriver is installed and added to your system PATH
- Run the app:
python app.py
- Open the web interface:
Go to the output URL (usually):
http://127.0.0.1:5000
- Upload an image on the website and you will see:
AI-predicted labels
Similar images from Bing
Related product listings from Bing Shopping