Posts

Showing posts from April, 2025

How I Built ShopeE-Mate (An E-commerce Product Recommendation /Comparison Using Python and Machine Learning)

Image
🛍️ Project Overview During my final year, I created a multi-platform e-commerce product recommendation system called ShopeE-Mate . This tool helps users find the best deals across Amazon, Flipkart, and JioMart — all in one place. 💡 The Problem Users waste a lot of time switching between apps and websites just to find the best price for the same product. I wanted to solve that using automation and ML/AI. 🛠️ Tools and Technologies Used 🔎 Web Scraping: RPA UiPath, Selenium 📊 Data Processing: Pandas, NumPy , Google colab 📦 Machine Learning: Scikit-learn, Tokenization(NLP) 🧠 Recommendation Models: Content-based, Collaborative, Hybrid  🌐 Web Framework: Flask  🛢 Database system : MySql XAMPP server ⚙️ How It Works Step 1: Product data is scraped in real-time using automation tools Step 2: Data is cleaned and structured using Pandas Step 3: ML models rank the products based on user preference, rating, and discount Step 4: Flask displays...