alfa95 commited on
Commit
b1eaad6
Β·
1 Parent(s): 78dcd6a

Added Hugging Face Spaces configuration

Browse files
Files changed (1) hide show
  1. README.md +26 -0
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!**