This is a e-commerce platform build with AI.
This system consist of three parts:
- Customer End
- Shop/Admin End
- Python Backend
- Product Recommendation
- Customer Segmentation
- Business Analysis
The customer end is a web application that allows customers to browse products, add them to their cart, and checkout.
Features:
- Browse products
- Add products to cart
- Checkout
- View orders, wishlist, and cart
- View product recommendations
- Fully Customizable and Dynamic Components
- Fully Responsive
- SEO optimized
The shop end is a web application that allows shop owners to manage their products, orders, and customers.
Features:
- Manage products, orders, and customers
- Realtime
The python backend is a python script that runs in the background and performs various tasks created with FastAPI.
Architecture Content-Based : TF-IDF Collaborative Filtering : Model Based | Latent factor model (SVD - Singular Value Decomposition) Hybrid version is used by combining these two models in weight CF : BF = 100 : 1
Closed domain, Retrieval based, and multi-class classification chat-bot.
- NextJS
- TailwindCSS
- Supabase
- FastAPI
- Vercel
- Heroku
- Tensorflow/Keras
- Scikit Learn
- Postman
Clone the repository
git clone
Go to the project directory
cd Ecom-Customer-Shop-End
Install dependencies
npm install
Start the server
npm run dev