Logo Lanfrica

obinopaul/Sentiment-Analysis-Loan-App

Domaine:

natural language processing
Créateur:
obi
Hôte:
A sentiment analysis was conducted on six digital lending platforms in Nigeria to determine the public perception and sentiment towards these platforms. The analysis analyzed customer reviews and comments from various online sources to determine the overall sentiment towards each platform. # Sentiment Analysis on Digital Lending platforms in Nigeria ============================== This study was inspired by a Premium Times publication highlighting how digital loan providers breach data privacy, and violate rights of Nigerians. The sentiment analysis firsts extracts all the reviews from three digital lending platforms in both Googleplay store and Appstore, then processes the data, and critically analyses it, before then using Machine learning to conduct a sentiment Analysis. **Branch Digital Lending Platform** *visit site* **QuickCredit Digital Lending Platform** *visit site* **Fairmoney Digital Lending Platform** *visit site* This repository contains the code and documentation for a sentiment analysis project on digital lending platforms in Nigeria. The project uses natural language processing techniques to analyze customer reviews of digital lending platforms in Nigeria, and to understand the overall sentiment of customers towards these platforms. ## Requirements Python 3.x NLTK pandas numpy scikit-learn seaborn matplotlib ## Usage **Clone this repository to your local machine.** ```bash git clone github.com ``` **Install the required packages.** ```bash pip install -r requirements.txt ``` **Run the Jupyter notebook file sentiment_analysis.ipynb to train the model and make predictions on new data.** *The notebook contains detailed instructions and explanations of the code.* ## Data The data used in this project is a collection of customer reviews of digital lending platforms in Nigeria. The data was collected from customer reviews of six lending platforms: **Quickcredit**, **Carbon**, **Newcredit**, **Fairmoney**, **Branch**, and **Palmcredit** on both applestore and googleplay store where their application is hosted. ## Results The model achieved an accuracy of 80% on the test set. Additionally, the model was able to classify positive, negative and neutral sentiments with good p …