Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 691 Bytes

File metadata and controls

18 lines (13 loc) · 691 Bytes

FinBot

A conversational agent that provides personalized financial guidance through interactive dialogue. FinBot leverages logical reasoning with the s(CASP) solver and natural language capabilities powered by OpenAI to help users with budgeting, saving, and other personal finance topics.

Features

  • Interactive chat for personal finance advice
  • Query-driven reasoning using s(CASP)
  • Natural language understanding via OpenAI API
  • User-driven or guided conversation flow

Requirements

  • s(CASP) (query-driven ASP solver): Available on the s(CASP) GitLab page
  • OpenAI Python package:
    Install with
    pip install openai