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.
- Transactional data retrieval
- Complaint handling
-
Clone the repository/ Download the ZIP file
-
Install the required dependencies
pip install -r requirements.txt
- Create a
.env
file in the root directory and add the following environment variables
OPENAI_API_KEY=<YOUR_OPENAI_API_KEY>
- Run the backend server
python main.py
- Run the frontend server
cd client
npm install
npm run dev
-
Open a browser and navigate to
http://localhost:3000/
-
Login with any user_id from 1 to 900 (Test database)