A full-stack web application that detects fake or scam e-commerce websites using Machine Learning.
- Enter any website URL
- Detect if website is Scam or Genuine
- Shows Risk Score (%)
- Real-time analysis
- Modern UI (React + Tailwind)
- Frontend: React.js, Tailwind CSS
- Backend: Node.js, Express.js
- Database: MongoDB
- ML Service: Python (Flask)
1️⃣ Start ML Service cd ml-service python app.py 2️⃣ Start Backend cd server npm install node index.js 3️⃣ Start Frontend cd client npm install npm start 📊 Example Output Result: Scam Risk Score: 75% 🚀 Future Improvements Real ML model (scikit-learn) Domain age detection (WHOIS) Fake review detection Dashboard analytics Chrome extension
👩💻 Author
Kanak Latwal