Skip to content

TelesaleGPT: AI-powered telesales assistant ๐Ÿค–โ˜Ž๏ธ Leverages LangChain and Google Gemini for automated sales conversations. Customizable customer info, conversation history saving, and easy integration. Ideal for businesses looking to optimize their telesales process with AI.

License

Notifications You must be signed in to change notification settings

Hoanganhvu123/TelesaleGPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

SaleGPT ๐Ÿ“ฆ๐Ÿ›’ SaleGPT is an intelligent order management assistant designed to help users manage order data stored in a CSV file. This project leverages the power of Python, Pandas, and an advanced large language model (LLM) to provide insights and efficient order management.

Features โœจ ๐Ÿ” Order Management: Automatically add, update, and delete orders based on user queries.

๐Ÿ”ค Case-Insensitive Search: Handle customer names, phone numbers, and addresses case-insensitively and allow partial matching.

โšก Efficient Data Processing: Use efficient data indexing and filtering techniques to process information.

๐Ÿ› ๏ธ Data Conversion and Processing: Validate and convert input data to ensure validity.

๐Ÿ›ก๏ธ Error Handling: Validate inputs to prevent potential errors and ensure data integrity.

Data Structure ๐Ÿ—‚๏ธ Order data is stored in a CSV file and loaded into a Pandas DataFrame with the following columns:

order_id: A unique identifier for each order (8 alphanumeric characters) customer_name: The name of the customer (string) phone_number: The customer's phone number (string) address: The customer's shipping address (string) order_details: Details of the order (string) preferred_delivery_time: The preferred delivery time specified by the customer (datetime) Installation ๐Ÿ› ๏ธ To use SaleGPT, follow these steps:

Clone the repository:

bash Copy code git clone https://github.com/your-username/SaleGPT.git cd SaleGPT Create and activate a virtual environment:

bash Copy code python -m venv venv source venv/bin/activate # On Windows, use venv\Scripts\activate Install dependencies:

bash Copy code pip install -r requirements.txt

Usage ๐Ÿš€ .......

.......

Contributions ๐Ÿค We welcome contributions to this project. Please submit Pull Requests or report issues via our GitHub repository.

License ๐Ÿ“œ This project is licensed under the MIT License. See the LICENSE file for more details.

About

TelesaleGPT: AI-powered telesales assistant ๐Ÿค–โ˜Ž๏ธ Leverages LangChain and Google Gemini for automated sales conversations. Customizable customer info, conversation history saving, and easy integration. Ideal for businesses looking to optimize their telesales process with AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published