DOM analysis
Scripts scrape and evaluate page content, then call the backend for classification results.
HEYI (“Hey, AI!”) is a full-stack Chrome extension that helps shoppers spot AI-generated text and images on ecommerce pages—pairing a fine-tuned model with a MongoDB-backed warning system and proactive alerts.
Overview
AI-generated listings and images are increasingly hard to distinguish from real products. HEYI scans on-page text and images for AI signatures, with dual-mode analysis and proactive alerts when you visit domains with a history of generated content.
The model side uses a custom classifier trained on a large sample set, hosted for inference with Hugging Face; image workflows also lean on Google Gemini for complementary signal. The Express server routes inference and persists domain intelligence in MongoDB Atlas.
Extension
Scripts scrape and evaluate page content, then call the backend for classification results.
Notifications and domain history connect users to warnings without blocking normal browsing.
Clear messaging so shoppers can decide how much to trust a listing.
Shared time-capsule product—Expo, Next.js, and Supabase for capture, social, and marketing.
All projects