HassanJalil commited on
Commit
8ade63a
·
verified ·
1 Parent(s): f285483

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: KYC Knowledge Assistant
3
+ emoji: 🔐
4
+ colorFrom: blue
5
+ colorTo: gray
6
+ sdk: streamlit
7
+ sdk_version: "1.31.0"
8
+ python_version: "3.10"
9
+ app_file: app.py
10
+ pinned: false
11
+ ---
12
+
13
+ # 🔐 KYC Knowledge Assistant (POC)
14
+
15
+ This is a proof-of-concept Streamlit chatbot that allows users to:
16
+
17
+ - Upload KYC / AML related PDF documents
18
+ - Ask natural language questions
19
+ - Receive document-backed answers with sources
20
+ - Interact in real time via a web interface
21
+
22
+ ⚠️ **POC Disclaimer**
23
+ This demo is for evaluation purposes only and is not production-ready.