Kaushik066 commited on
Commit
52aec25
·
verified ·
1 Parent(s): 7b38e4b

Update about.md

Browse files
Files changed (1) hide show
  1. about.md +8 -8
about.md CHANGED
@@ -1,34 +1,34 @@
1
- #🧠 Intelligent Financial Document Q&A App
2
  Built with Langchain, Hugging Face, and RAG-powered LLMs
3
 
4
  I developed a robust, AI-driven Q&A application that reads and comprehends financial reports in PDF format to deliver insightful, accurate answers along with reasoning. This project showcases the fusion of document intelligence, vector search, and large language models to simplify financial data exploration and analysis.
5
 
6
- ##✅ Project Overview:
7
  The application is built to process and answer questions from quarterly financial reports of Titan Company Ltd and Hindalco Industries Ltd, covering a period from Q1 FY2024 to Q3 FY2025. These documents include a mix of narrative audit reports and structured financial tables, such as balance sheets and profit & loss statements.
8
 
9
- ##🔍 Core Workflow and Architecture:
10
  Document Ingestion and Processing
11
  Leveraged Langchain's UnstructuredPDFLoader to ingest PDF documents. This component efficiently extracts both textual narratives and tabular data, enabling a unified representation of structured and unstructured financial content.
12
 
13
- ##Semantic Embeddings & Vectorization
14
  Transformed the extracted data into high-dimensional embeddings using two top-tier Hugging Face models:
15
  sentence-transformers/gtr-t5-large
16
  BAAI/bge-large-en-v1.5
17
  These embeddings were stored and indexed using FAISS, enabling fast and accurate similarity-based retrieval.
18
 
19
- ##Retrieval-Augmented Generation (RAG) Chatbot
20
  Built an intelligent chatbot using Langchain’s HuggingFace RAG pipeline, powered by the cutting-edge mistralai/Mixtral-8x7B-Instruct-v0.1 model. This allows the chatbot to fetch relevant document fragments and generate contextual, reasoned responses to user queries.
21
 
22
- ##Deployment
23
  The entire application was deployed seamlessly on a Hugging Face Space, offering an intuitive chat interface for users to explore financial insights in real-time.
24
 
25
- #💡 Key Features:
26
  - Handles both narrative and tabular data from PDFs
27
  - Provides contextual answers with reasoning and document references
28
  - Blazing-fast response time using FAISS vector search
29
  - Deployed and accessible via a web-based interface on Hugging Face Spaces
30
 
31
- #🌐 Use Cases:
32
  - Financial analysts and investors querying specific metrics
33
  - Internal audits and compliance teams validating figures
34
  - Executive summaries derived from dense quarterly reports
 
1
+ # 🧠 Intelligent Financial Document Q&A App
2
  Built with Langchain, Hugging Face, and RAG-powered LLMs
3
 
4
  I developed a robust, AI-driven Q&A application that reads and comprehends financial reports in PDF format to deliver insightful, accurate answers along with reasoning. This project showcases the fusion of document intelligence, vector search, and large language models to simplify financial data exploration and analysis.
5
 
6
+ ## Project Overview:
7
  The application is built to process and answer questions from quarterly financial reports of Titan Company Ltd and Hindalco Industries Ltd, covering a period from Q1 FY2024 to Q3 FY2025. These documents include a mix of narrative audit reports and structured financial tables, such as balance sheets and profit & loss statements.
8
 
9
+ ## 🔍 Core Workflow and Architecture:
10
  Document Ingestion and Processing
11
  Leveraged Langchain's UnstructuredPDFLoader to ingest PDF documents. This component efficiently extracts both textual narratives and tabular data, enabling a unified representation of structured and unstructured financial content.
12
 
13
+ ## Semantic Embeddings & Vectorization
14
  Transformed the extracted data into high-dimensional embeddings using two top-tier Hugging Face models:
15
  sentence-transformers/gtr-t5-large
16
  BAAI/bge-large-en-v1.5
17
  These embeddings were stored and indexed using FAISS, enabling fast and accurate similarity-based retrieval.
18
 
19
+ ## Retrieval-Augmented Generation (RAG) Chatbot
20
  Built an intelligent chatbot using Langchain’s HuggingFace RAG pipeline, powered by the cutting-edge mistralai/Mixtral-8x7B-Instruct-v0.1 model. This allows the chatbot to fetch relevant document fragments and generate contextual, reasoned responses to user queries.
21
 
22
+ ## Deployment
23
  The entire application was deployed seamlessly on a Hugging Face Space, offering an intuitive chat interface for users to explore financial insights in real-time.
24
 
25
+ # 💡 Key Features:
26
  - Handles both narrative and tabular data from PDFs
27
  - Provides contextual answers with reasoning and document references
28
  - Blazing-fast response time using FAISS vector search
29
  - Deployed and accessible via a web-based interface on Hugging Face Spaces
30
 
31
+ # 🌐 Use Cases:
32
  - Financial analysts and investors querying specific metrics
33
  - Internal audits and compliance teams validating figures
34
  - Executive summaries derived from dense quarterly reports