-
AI/ML Components
- Price prediction engine
- Seller performance analytics
- Automated product recommendations
-
Core Functionality
- Multi-vendor product listings
- Real-time price comparison
- Smart bartering system
- Dynamic leaderboard
- Python Flask
- Machine Learning (scikit-learn)
- HTML/CSS/JavaScript
- SQLite
- Custom CSS Framework
git clone https://github.com/sahil454521/ai-ecommerce.git
cd ai-ecommerce
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python app.pyai-ecommerce/
├── app.py
├── static/
├── templates/
├── models/
└── utils/