An intelligent full-stack e-commerce web application that provides personalized product recommendations using a hybrid recommendation engine and an AI-powered chatbot.
🔗 https://ecommerce-recommendation-system-8t1l.onrender.com/index
- User-friendly e-commerce interface
- AI chatbot for real-time product suggestions
- Personalized recommendations using hybrid filtering
- Deployed and accessible online
This project uses a Hybrid Recommendation Engine combining:
- Suggests products based on similar user's behaviour
- Recommends items based on product features and user preferences
- Powered by Groq API (LLaMA 3.3 70B)
- Understands user queries in natural language
- Provides context-aware product suggestions
- Enhances user interaction and experience
- HTML
- CSS
- JavaScript
- Python (Flask)
- SQLite
- Scikit-learn
- Groq API (LLaMA 3.3 70B)
- Render
├── static/
├── templates/
├── app.py
├── models/
└── requirements.txt
- git clone https://github.com/Pavithra-git162/Ecommerce_Recommendation_System.git
- cd Ecommerce_Recommendation_System
- pip install -r requirements.txt
- python app.py
- Integration of payment gateway
- Advanced recommendation models using deep learning