Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

kumsa-Mergia/Fintech-App-Review-Analysis

Domaine:

natural language processing

Type de record:

project
Créateur:
kum
Hôte:
Customer experience analytics for Ethiopian banking apps. This project scrapes Google Play reviews, performs sentiment and thematic NLP, and visualizes key user insights. # Fintech-App-Review-Analysis Customer experience analytics for Ethiopian banking apps. This project scrapes Google Play reviews, performs sentiment and thematic NLP, and visualizes key user insights. This project scrapes user reviews from three Ethiopian bank apps on the Google Play Store and preprocesses them for analysis. ## Banks Covered - Commercial Bank of Ethiopia (CBE) - Bank of Abyssinia (BOA) - Dashen Bank ## Preprocessing Steps - Scraped 400+ reviews per bank using `google-play-scraper` - Preprocessed: - Removed duplicates - Dropped rows with missing review/rating/date - Normalized dates to `YYYY-MM-DD` - Saved clean data as `cleaned_reviews.csv ## Output - with 1200+ reviews ## Environment Setup Follow the steps below to set up the development environment on your local machine: ### 1. Clone the Repository Start by cloning the repository: ```bash git github.com cd Fintech-App-Review-Analysis.git ``` ### 2. Create and Activate a Virtual Environment Create a virtual environment to isolate the project's dependencies: ```bash python -m venv venv #python3 for Linux ``` - **Windows:** ```bash venv\Scripts\activate ``` - **Mac/Linux:** ```bash source venv/bin/activate ``` ### 3. Install Dependencies Install the necessary dependencies by running: ```bash pip install -r requirements.txt ``` This will install all the required Python packages as listed in the `requirements.txt` file. After completing these steps, your development environment will be set up and ready to go.

Visit

github.com

Tasks

sentiment analysistext classification

Languages

Amharic

Similaires

helina1abebe/fintech-app-review-analysiskumsa-Mergia/Building-an-Amharic-E-commerce-Data-ExtractorDanielmituku/Fintech-App-Customer-Expriance-AnalysisKEEMBAR/fintech-review-analysisb-ezawit/FinTech-Review-AnalysisMiheret-Girmachew/fintech-review-analysis

helina1abebe/fintech-app-review-analysis

📊 Customer Experience Analytics for Fintech Apps Analyze user satisfaction with Ethiopian banking ap

kumsa-Mergia/Building-an-Amharic-E-commerce-Data-Extractor

Transform messy Telegram posts into a smart FinTech engine that reveals which vendors are the best c

Danielmituku/Fintech-App-Customer-Expriance-Analysis

Customer Experience Analytics for Fintech Apps: Commercial Bank of Ethiopia (CBE) Bank of Abyssinia

KEEMBAR/fintech-review-analysis

Real-world data engineering and NLP challenge analyzing Ethiopian bank app reviews from Google Play

b-ezawit/FinTech-Review-Analysis

An NLP-powered analytics pipeline that analyzes Ethiopian fintech app reviews to uncover customer se

Miheret-Girmachew/fintech-review-analysis

📱🔍 Customer sentiment decoded: Analyzing reviews of top Ethiopian banking apps with NLP & SQLite. Ac