Spaces:
Build error
Build error
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* |