Skip to content

Streamlit Sentiment Analysis. Customer satisfaction analysis of french insurances companies.

Notifications You must be signed in to change notification settings

adepril/CustomerSatisfactionAnalysisOfInsuranceCompanies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Streamlit Sentiment Analysis

Customer satisfaction analysis of French insurance companies from 2008 to 2020

note: the dataset goes until mars 2020.

Dataset : https://raw.githubusercontent.com/adepril/datasets/main/insurance-reviews-france-Comments.csv

To launch the app from your computer

Prerequisite

  • Python => 3.6

  • pip install streamlit

  • pip install numpy

  • pip install pandas

  • pip install nltk

  • pip install spacy

  • pip install textblob

  • pip install textblob_fr

  • pip install plotly

  • pip install matplotlib

    or

    pip install -r requirements.txt (this commande will install all packages)

Copy-Paste this line below on Command Prompt

streamlit run https://github.com/adepril/CustomerSatisfactionAnalysisOfInsuranceCompanies/blob/main/app.py

About

Streamlit Sentiment Analysis. Customer satisfaction analysis of french insurances companies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages