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.
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:
- A summary of the conversation.
- Identification of key actions or next steps.
- Sentiment analysis of both the recovery agent and the borrower.
This project is licensed under the MIT License.