Logo Lanfrica

ManyaFirmTech/manya-parse-ke

Domain:

socioeconomic

Record type:

software
Creator:
Man
Host:
# Manya-Parse-KE πŸ‡°πŸ‡ͺ **Open-source M-Pesa PDF statement parser with transparent financial health scoring.** Built by Manya Firm Technologies Ltd β€” Building Africa's Digital Future. --- ## The Problem Over **10 million Kenyans** are blacklisted or underscored by credit systems that use black-box algorithms. These systems penalize users for: - **Fuliza cycles** β€” even when caused by stock cycles, not bad behavior - **Off-net transfers** β€” sending money to Airtel, treated as "unstable cash flow" - **Non-financial metadata** β€” phone battery level, number of contacts, GPS location - **Ghost debts** β€” loans already repaid but still listed on CRB reports Under the **CBK's Draft Financial Consumer Protection Framework (2026)** and the **ODPC Data Protection Act 2019**, every Kenyan has the right to know how an automated system made a decision about them. Yet the tools to exercise that right don't exist. Until now. --- ## What Manya-Parse-KE Does Turns a messy M-Pesa PDF statement into a clean, structured JSON with: - βœ… **Transaction categorization** β€” Utilities, Savings, Loans, Suppliers, Income, Airtime, Betting, Government - βœ… **Manya Health Score** (300–850) β€” a fully transparent, cash-flow-centric alternative score - βœ… **Ghost debt detection** β€” finds CRB errors with receipt-level evidence - βœ… **Auto-generated dispute letters** β€” citing the Data Protection Act 2019 - βœ… **Suggested credit limit** β€” based on actual cash flow, not metadata proxies - βœ… **Plain English + Swahili explanations** for every score point --- ## Quick Start ```bash # Install npm install -g manya-parse-ke # Parse a statement manya-parse-ke my-mpesa-statement.pdf # Save full JSON output manya-parse-ke my-mpesa-statement.pdf --json --out result.json # Auto-generate CRB dispute letters manya-parse-ke my-mpesa-statement.pdf --dispute ``` --- ## Example Output ```json { "manya_health_score": 720, "score_grade": { "letter": "B", "label": "Very Good", "swahili": "Nzuri Sana" }, "insight …

Licenses