WhatsApp-Chat-Analyzer web app allows user to get analysis of their whatsapp chat data. User can see analysis of overall group (including all users) as well as of individual users. User can get analysis of messages, timeline of usage, activity map, wordcloud, most active users, etc. All of these analysis can be shown for both overall group and individual user.
├── app.py Streamlit python application file
├── helpers.py python file that contains helper functions for chat analysis
├── datapreprocessing.py python file for preprocessing raw text data from chat to dataframe
├── requirements.txt list of all required libraries used in app
├── stop_hinglish.txt contains all stop words
- to get chat data follow:
whatsapp
->chat
->options
->More
->Export chat
->Without media
- access App and select chat file
- in show analysis wrt select the user, for overall group select overall
open below link in incognito tab to access application