AI-powered credit scoring system for Ugandan micro-lenders
"# TrustLend AI Uganda"
""
"AI-powered credit scoring system for Ugandan micro-lenders using mobile money (MTN MoMo & Airtel Money) and utility payment history."
""
"## Features"
"- ?? AI Trust Score (0-1000) based on cash in/out, airtime, and utility payments"
"- ?? Loan approval and simulated disbursement"
"- ?? Role-based access control (Admin, Lender, Agent, Viewer)"
"- ?? Reports and analytics dashboard"
"- ?? Uganda-focused with UGX currency"
"- ?? Loan repayment tracking"
"- ?? JWT Authentication"
"- ?? Export reports to CSV"
"- ?? SMS notifications (simulated)"
""
"## Login Credentials"
"| Role | Username | Password |"
"|------|----------|----------|"
"| Admin | admin | admin123 |"
"| Lender | lender | lender123 |"
"| Agent | agent | agent123 |"
"| Viewer | viewer | viewer123 |"
""
"## Installation"
'```bash'
"pip install -r requirements.txt"
"python backend/app.py"
'```'
""
"## Access"
"Open your browser to:
localhost"