Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aad99bxp/whatsapp-chat-analyzer
A project intended for Business Owners / Managers to analyze Whatsapp chats between their customer care executives and their customers.
https://github.com/aad99bxp/whatsapp-chat-analyzer
data-analysis heroku-deployment python3
Last synced: about 1 month ago
JSON representation
A project intended for Business Owners / Managers to analyze Whatsapp chats between their customer care executives and their customers.
- Host: GitHub
- URL: https://github.com/aad99bxp/whatsapp-chat-analyzer
- Owner: aad99bxp
- Created: 2022-08-12T17:02:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T02:15:34.000Z (over 2 years ago)
- Last Synced: 2023-06-14T07:29:54.652Z (over 1 year ago)
- Topics: data-analysis, heroku-deployment, python3
- Language: Python
- Homepage: https://wca-aad.herokuapp.com/
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whatsapp-chat-analyzer
A project intended for Business Owners / Managers to analyze Whatsapp chats between their customer care executives and their cutomers.# 🤝 Problem Statement
This project is intended for business owners who use Whatsapp as one of the communication channels to chat with their customers. Businesses generally hire customer care executives to talk to their cutomers and solve queries. As such, it becomes harder for Business Owner/ Manager to go through every conversation and analyse the chats. Thus, there comes this project where the Business Owner/ Manager downlaods the whatsapp chat and uploads in this project. After analysing the chat, it will return various insights and visualizations which helps the Business Owner / Manager to understand and figure out the main highlights & themes of the chat. Along with that, Business Owner / Manager can also analyze the group chats.## Tools Used
Jupyter Notebook, Pycharm, Heroku## What did I actually do in this project ?
1. Preprocessing Of Whatsapp Chat
2. Using Streamlit to build app
3. Deployment Of App on Heroku## What did I Learn ?
1. How to use Streamlit.
2. Usage Of various libraries like emoji, URLExctract, Wordcloud
3. Regular Expressions
4. How to deploy apps on Heroku