Futuristic Shopping Experience with Generative AI for Amazon
This project aims to create a futuristic shopping experience on Amazon using generative AI. The primary goal is to provide personalized shopping suggestions based on user chat interactions and preferences.
To set up this project on your local machine, follow these steps:
git clone https://github.com/anushkamandal25/Amazon_Hackon.git
cd Amazon_Hackon
#windows
python -m venv venv
venv\Scripts\activate
# macOS
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
#Enter username, email,password
python manage.py import_csv_data
python manage.py runserver Elevated satisfaction and engagement foster long-term customer loyalty.
Personalized filters and recommendations elevate the shopping experience.
Improved relevance and persuasion lead to increased purchases.
Forecasting minimizes out-of-stock issues, optimizing inventory.
Scalability and resource optimization result in cost savings.
Our solution can adapt to changing customer preferences and market dynamics using modular architecture, ensuring relevance in the long term.
Integration opportunities with various e-commerce platforms and channels broaden business reach.
Scalability supports expansion into new markets and regions.
Collaboration with third-party vendors and services can further enrich the shopping experience.


