File size: 699 Bytes
be32662
 
02f4d5a
 
be32662
02f4d5a
3e1f89c
be32662
 
 
 
02f4d5a
 
 
 
 
 
 
 
 
 
 
 
 
 
3e1f89c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Financial RAG
emoji: πŸ“Š
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.21.0
app_file: app.py
pinned: false
---

# πŸ“Š Financial RAG Model

This is a Retrieval-Augmented Generation (RAG) model for answering financial queries based on company financial statements.

## πŸ›  How to Use
1. **Upload a Financial PDF** (e.g., balance sheet, income statement).
2. **Ask a Financial Question** related to the document.
3. **Get an AI-generated response** based on relevant financial data.

## πŸš€ Built With
- **FAISS & BM25** for document retrieval.
- **Google Gemini API** for answer generation.
- **Gradio** for the web interface.

πŸ”— **Try it out in the Hugging Face Space!**