Ecommerce Assitant
Ecommerce Assistant is a chatbot designed to assist users with ecommerce-related inquiries.
视频
描述
ecommerce_assistant
Ecommerce Assistant is a chatbot designed to assist users with ecommerce-related inquiries. By integrating data about products, orders, and user preferences into a large language model (LLM), this chatbot provides personalized shopping assistance, order tracking, and recommendations to enhance the online shopping experience.
Features Interactive chatbot interface for ecommerce-related questions. Extensive database of product information, categories, and user preferences. Personalized product recommendations and shopping advice based on user queries. Real-time order tracking and updates. Integration with various ecommerce platforms.
Installation To get started with Ecommerce Assistant, follow these steps:
Clone the repository: git clone https://github.com/pguptax18/ecommerce-assistant.git cd EcommerceAssistant
Install the Gaia Node by running the following command: curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash
Run the following command to update your config.json to run with a small language model: gaianet init --config https://raw.githubusercontent.com/harishkotra/Gaia-8G/refs/heads/main/config_8g.json
Start the node: gaianet start
How to Use Open your web browser and navigate to the generated link. Start interacting with the chatbot by typing your ecommerce-related questions (e.g., product search, order tracking, personalized shopping advice).
License This project is licensed under the MIT License. See the LICENSE file for details.
本次黑客松进展
During the hackathon, we developed Ecommerce Assistant, a chatbot designed to provide personalized shopping assistance. By leveraging a large language model (LLM), it helps users with product searches, personalized recommendations, and order tracking. We focused on integrating real-time data from ecommerce platforms to create a seamless online shopping experience.