# TrustScore-Uganda
# AI Trust Score System
An AI-powered system that assigns trust scores to clients for loan eligibility
using OCR document recognition and transaction history analysis.
## Features
- OCR-based document verification
- Transaction history analysis
- Automated trust score generation
- Loan eligibility decision support
## Tech Stack
- Python / Flask
- OCR (Tesseract / EasyOCR)
- Machine Learning model for scoring
## How to Run
1. Clone this repo
2. Run `pip install -r requirements.txt`
3. Run `python app.py`
4. Open `
localhost`