Skip to content

An ECommerce Customer Service AI Assistant from where it can manage, tell about your Shopify's Products. Part of a Hackathon (Remotebase Hackfest 3.0) Project. You can visit docs for API Documentation for the deployment link

Notifications You must be signed in to change notification settings

iam-devAlhan/csr_ecom_ai_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csr_ecom_ai_agent

This is a hackathon project of vertical_ai_agent an AI agent that acts as a Customer Service Representative and can place order for your products on e-commerce store

Details to start development, First clone the repo and make sure python is installed Create Python virtual environment using command

For Windows:

python -m venv myenv # For example
cd myenv/Scripts
activate.bat

For Linux / Mac:

python3 -m venv myenv # For example
source myenv/bin/activate

Then next you have to install dependencies required to run the FastAPI backend

pip3 install -r requirements.txt
# For Windows just keep pip instead of pip3

This will install all dependencies:

Run FastAPI Server:

uvicorn server:app --reload

This will start FastAPI Server and you can access the docs, maintain the API and the bot.py file and push changes to main branch

You also need to setup Twilio WhatsApp API via its Sandbox and can test the bot Replace the Shopify Store name and its Admin API Key with yours and fetch all products from your Shopify Store

About

An ECommerce Customer Service AI Assistant from where it can manage, tell about your Shopify's Products. Part of a Hackathon (Remotebase Hackfest 3.0) Project. You can visit docs for API Documentation for the deployment link

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published