Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Β© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

abrehamashebir/KAIM-week2-fintech-reviews

Domain:

digital infrastructure

Record type:

project
Creator:
abr
Host:
The project focuses on analyzing customer satisfaction with mobile banking apps from three Ethiopian banks by scraping and analyzing Google Play Store reviews. it mainly focuses on collecting user feedback, performing sentiment and thematic analysis, storing data in an Oracle database, and providing actionable recommendations. # KAIM-week2-fintech-reviews This repository contains a full pipeline for scraping, analyzing, and visualizing Google Play Store reviews for mobile banking apps of three major Ethiopian banks: CBE, BOA, and Dashen Bank. The goal is to uncover key insights into customer satisfaction and provide actionable recommendations for app improvement. ## πŸ“ Project Structure ``` bash KAIM-week2-fintech-reviews β”œβ”€β”€ datasets β”‚ β”œβ”€β”€ processed β”‚ β”‚ └── sentiment_theme.csv β”‚ └── raw β”‚ β”œβ”€β”€ cleaned_reviews.csv β”‚ └── reviews.csv β”œβ”€β”€ notebooks β”‚ β”œβ”€β”€ __init__.py β”‚ └── review_analysis.ipynb β”œβ”€β”€ plots β”œβ”€β”€ README.md β”œβ”€β”€ scripts β”‚ └── __init__.py β”œβ”€β”€ src β”‚ β”œβ”€β”€ initialize.py β”‚ β”œβ”€β”€ __init__.py β”‚ β”œβ”€β”€ preprocessor.py β”‚ β”œβ”€β”€ __pycache__ β”‚ β”‚ β”œβ”€β”€ initialize.cpython-312.pyc β”‚ β”‚ β”œβ”€β”€ preprocessor.cpython-312.pyc β”‚ β”‚ └── scraper.cpython-312.pyc β”‚ └── scraper.py └── test └── __init__.py ``` ## πŸš€ Challenge Overview - βœ… Scrape Google Play Store reviews - βœ… Clean and preprocess review data - βœ… Perform sentiment and thematic analysis using NLP - βœ… Store data in an Oracle database - βœ… Generate business insights and visualizations --- ## 🏦 Banks Analyzed - **Commercial Bank of Ethiopia (CBE)** - **Bank of Abyssinia (BOA)** - **Dashen Bank** --- ## Getting Started 1. Clone the repository: ```bash git clone github.com cd KAIM-week2-fintech-reviews ``` 2. Install dependencies: ```bash pip install -r requirements.txt ``` 3. Explore the notebooks in the `notebooks/` directory. ## Requirements - Python 3.8+ - See `requirements.txt` for full dependencies ## License This project is licensed under the MIT License. ## Author Abreham Ashebir ---

Visit

github.com

Tasks

sentiment analysistext classification

Languages

Amharic

Similar

Yodahe2021/WEEK2-MOBILE-BANKING-REVIEWSHermonaDev/fintech-review-analytics-week2kal1kidan/mobile-banking-reviews-Challenge-week2blakro/niger-fintech-reviewsmoablex/fintech-app-reviewsyitbarek16/fintech-reviews-analysis

Yodahe2021/WEEK2-MOBILE-BANKING-REVIEWS

Data collection and analysis project focused on Google Play Store reviews for three major Ethiopian

HermonaDev/fintech-review-analytics-week2

Google Play review analysis for three Ethiopian banks; scraping, sentiment & thematic analysis, and

kal1kidan/mobile-banking-reviews-Challenge-week2

This repository contains my implementation of Week 2 Challenge, focused on analyzing customer satisf

blakro/niger-fintech-reviews

Analyse des avis Google Play des applications mobile money et bancaires du Niger : scraping, dataset

moablex/fintech-app-reviews

This project focuses on analyzing customer satisfaction with mobile banking apps by collecting and p

yitbarek16/fintech-reviews-analysis

Collecting and preprocessing user reviews of Ethiopian banks’ mobile apps to enable sentiment and th