Spaces:
Sleeping
Sleeping
Added Hugging Face Spaces configuration
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Financial RAG
|
3 |
+
emoji: π
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "4.11.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# π Financial RAG Model
|
13 |
+
|
14 |
+
This is a Retrieval-Augmented Generation (RAG) model for answering financial queries based on company financial statements.
|
15 |
+
|
16 |
+
## π How to Use
|
17 |
+
1. **Upload a Financial PDF** (e.g., balance sheet, income statement).
|
18 |
+
2. **Ask a Financial Question** related to the document.
|
19 |
+
3. **Get an AI-generated response** based on relevant financial data.
|
20 |
+
|
21 |
+
## π Built With
|
22 |
+
- **FAISS & BM25** for document retrieval.
|
23 |
+
- **Google Gemini API** for answer generation.
|
24 |
+
- **Gradio** for the web interface.
|
25 |
+
|
26 |
+
π **Try it out in the Hugging Face Space!**
|