Skip to content

Chaitanya-Keyal/asynchrony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asynchrony

An LLM-powered personal agent that can dynamically generate queries for accurate personal financial data retrieval, efficiently classify user requests, and handle complaints in real-time, ensuring instant and precise responses.

Features

  • Transactional data retrieval
  • Complaint handling

Setup

  1. Clone the repository/ Download the ZIP file

  2. Install the required dependencies

pip install -r requirements.txt
  1. Create a .env file in the root directory and add the following environment variables
OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>
  1. Run the backend server
python main.py
  1. Run the frontend server
cd client
npm install
npm run dev
  1. Open a browser and navigate to http://localhost:3000/

  2. Login with any user_id from 1 to 900 (Test database)

Complaints Handling Flow

Complaints Handling Flow