Logo Lanfrica

michaWorku/fintech-review-analytics

Domain:

natural language processing

Record type:

project
Creator:
mic
Host:
AI-Powered Mobile Banking Review Insights. End-to-end data pipeline to extract strategic insights from Ethiopian mobile banking app reviews. # πŸ” AI-Powered Mobile Banking Review Insights > End-to-end data pipeline to extract strategic insights from Ethiopian mobile banking app reviews. ## 🧭 Project Overview This project explores the use of **AI and NLP techniques** to extract meaningful **user insights** from **Google Play reviews** of three major Ethiopian banks: * πŸ’³ Commercial Bank of Ethiopia (CBE) * πŸ›οΈ Bank of Abyssinia (BOA) * πŸ’° Dashen Bank The goal is to deliver actionable recommendations for **mobile banking app improvement** using real customer sentiment data. ## 🎯 Business Objective Omega Consultancy, a fintech advisory firm, needs: * πŸ” Analysis of app store reviews for major banks * πŸ“Š Strategic insights based on sentiment and user themes * πŸ—ƒ Enterprise-compliant storage for structured data * πŸ›  Clear, data-driven UX improvement recommendations ## βœ… Tasks & Deliverables | Task | Description | Status | | ------ | ----------------------------------------------------------- | ------ | | Task 1 | Scrape, clean, and preprocess reviews | βœ… Done | | Task 2 | Perform sentiment & thematic analysis | βœ… Done | | Task 3 | Store cleaned data in Oracle DB | βœ… Done | | Task 4 | Extract insights, create visualizations, write final report | βœ… Done | ## πŸ›  Tools & Technologies * `Python`, `pandas`, `nltk`, `spacy`, `transformers` * `TextBlob`, `VADER`, `DistilBERT` * `TF-IDF`, `Seaborn`, `Matplotlib`, `WordCloud` * `Oracle XE` (via Docker) for enterprise data storage * `oracledb` Python client for DB operations * Git/GitHub: version control and PR-based workflow ## 🧠 Project Structure ``` πŸ“ project-root/ β”‚ β”œβ”€β”€ data/ # Raw and processed review data β”‚ β”œβ”€β”€ raw/ # Scraped CSVs | β”œβ”€β”€ clean/ # Cleaned reveiw β”‚ └── processed/ # Cleaned reviews with sentiment & themes β”‚ β”œβ”€β”€ notebooks/ # Exploratory & production-ready …