Customer service representatives often struggle to provide personalized and relevant product recommendations during conversations with customers. This can lead to dissatisfaction and a less engaging customer experience. Our product addresses this challenge by taking in the conversation between the representative and the customer, analyzing it, and providing tailored product recommendations at the click of a button. This ensures that the recommendations are directly relevant to the customer's needs and preferences, improving customer satisfaction and enhancing the overall shopping experience.
Our project is designed to enhance customer interactions by providing personalized product recommendations based on real-time conversations. By leveraging advanced audio transcription, text processing, and sentiment analysis, our tool ensures that customer service representatives can offer relevant and timely product suggestions, improving customer satisfaction and engagement.
This project was bootstrapped with Create React App. npx create-react-app productcartdemo
Functionality: Uses the FuzzyWuzzy library to match words from the conversation with product titles and descriptions from a dummy product database. Picks out twenty suggestions and refines them to 3-5 using a fine-tuned Llama3 model.
-
-
Display List of products from dummy API: https://dummyjson.com/docs.
-
Installs gradle for environment use
Builds the environment for the app to be hosted on
To run the application gradle run
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.