File size: 2,582 Bytes
1015649
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---

title: Document Processor
emoji: 🐠
colorFrom: yellow
colorTo: blue
sdk: docker
pinned: false
---

# 🏦 Appian Credit Union - Smart Document Processor AI

## 🎯 Problem Statement
Appian Credit Union receives thousands of PDF documents daily that need to be classified, verified, and organized. Our solution automates this process using AI, significantly reducing manual effort and processing time.

## πŸ’‘ Innovation Highlights
- πŸ€– Hierarchical document classification system
- πŸ‘€ Intelligent person-document association
- πŸ“Š Automated metadata extraction
- πŸ”„ Batch processing capabilities
- 🎨 Modern, intuitive UI

## 🎯 Document Types Supported
- πŸ’³ Bank Account Applications
  - Credit Card Applications
  - Savings Account Applications
- πŸͺͺ Identity Documents
  - Driver's License
  - State/Country ID
  - Passport
- πŸ“Š Financial Documents
  - Income Statements
  - Paystubs
  - Tax Returns
- 🧾 Receipts

## πŸ› οΈ Technical Architecture
- **Backend Framework**: Python + Flask
- **Document Processing**: PyPDF2
- **ML/AI Pipeline**: 
  - TF-IDF Vectorization
  - Naive Bayes Classification
  - Named Entity Recognition
- **Frontend**: HTML + JavaScript + Tailwind CSS
- **Database**: SQLite
- **Deployment**: Hugging Face Spaces

## ✨ Key Features

### 1. Hierarchical Classification
- Person-level document association using:
  - Name matching
  - Government ID recognition
  - Email address extraction
- Document type categorization
- Automatic grouping of similar documents

### 2. Information Extraction
- Automated extraction of:
  - Personal information
  - Financial data
  - Document dates
  - Account numbers
  - Government ID numbers

### 3. Processing Pipeline
- Batch document upload
- Real-time processing
- Error handling and validation
- Progress tracking
- Results summary

## πŸš€ Getting Started

### Prerequisites
```bash

Python 3.9+

pip

Virtual Environment (recommended)

```

### Installation
1. Clone the repository
```bash

git clone https://github.com/yourusername/appian-document-processor.git

cd appian-document-processor

```

2. Install dependencies
```bash

pip install -r requirements.txt

```

3. Run the application
```bash

python app.py

```

4. Access at `http://localhost:7860`

## πŸ‘₯ Team Members
- Sanjay Malladi

## πŸ“ License
MIT License

## 🀝 Acknowledgments
- Appian AI Challenge Team
- IIT Madras
- Open Source Community

---
*Developed for the Appian AI Challenge 2024-25 at IIT Madras*