An open API service indexing awesome lists of open source software.

https://github.com/shaadclt/conversation-analysis-langchain-groq

This project utilizes the LangChain and Groq to perform various analyses on loan recovery conversations. The primary functionalities include summarizing conversations, identifying key actions or next steps, and undertaking sentiment analysis of both the recovery agent and the borrower.
https://github.com/shaadclt/conversation-analysis-langchain-groq

conversation-analysis groq langchain

Last synced: 2 months ago
JSON representation

This project utilizes the LangChain and Groq to perform various analyses on loan recovery conversations. The primary functionalities include summarizing conversations, identifying key actions or next steps, and undertaking sentiment analysis of both the recovery agent and the borrower.

Awesome Lists containing this project

README

        

# Conversation Analysis using LangChain and Groq
This project utilizes the **LangChain** and **Groq** to perform various analyses on loan recovery conversations. The primary functionalities include summarizing conversations, identifying key actions or next steps, and undertaking sentiment analysis of both the recovery agent and the borrower.

## Setup
Set up your environment variables for `LANGCHAIN_API_KEY` and `GROQ_API_KEY`. You can do this by retrieving the keys from a secure source and setting them in your environment:

## Output

1. A summary of the conversation.
2. Identification of key actions or next steps.
3. Sentiment analysis of both the recovery agent and the borrower.

## License
This project is licensed under the [MIT License](LICENSE.txt).