- Step1: Install Python 3.8+ and clone the GitHub repository.
- Step2: Create and activate a virtual environment; install requirements via pip.
- Step3: Configure API keys for your preferred LLM provider in .env.
- Step4: Place bank statement files (PDF/CSV) into the input folder.
- Step5: Run python run_analysis.py to parse, categorize, and analyze data.
- Step6: Review generated reports in the output directory or customize settings.