Skip to content

MaheshG11/E-commerce-Chat-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues


E-commerce Chat Agent

A chat agent which provides personalized recommendataions




Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact

About The Project

The E-commerce chat agent aims to provide personalized product recommendations to user.Product Sellers can upload their Product data and this product can then be visible in the recommendation for a few users. This project uses sentence transformer and Gemini API by Google to for both data Inference and Ingestion.

(back to top)

Built With

(back to top)

Getting Started

Follow the below installations to setup.

Installation

  1. Fork the Project
  2. In a seperate empty clone forked the repo
    git clone [email protected]:<YOUR-USERNAME>/E-commerce-Chat-agent.git
  3. Set the official repository as your upstream to synchronize with the latest update in the this repository. Add the original repository as upstream
    cd E-commerce-Chat-agent
    git remote add upstream [email protected]:MaheshG11/E-commerce-Chat-agent.git
  4. Synchronize latest commit with this repository before coding
    git fetch upstream
  1. Create .env file and copy and fill out contents of .config file into .env file. Note the frontend hits backend on localhost/8002. Also, this project was developed on Linux so it might have inconsistencies on windows systems.
  2. This application has three components Backend, Database and frontend. Go to each folder and follow it's readme to complete all the installations and run the project. Make sure to setup the database first.

(back to top)

Contact

Mahesh Ghumare LinkedIn

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published