Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prachipatel15/whatsapp-chat-analyser
This Project analyse the group chat and shows the statistics of any WhataApp chat
https://github.com/prachipatel15/whatsapp-chat-analyser
Last synced: 2 days ago
JSON representation
This Project analyse the group chat and shows the statistics of any WhataApp chat
- Host: GitHub
- URL: https://github.com/prachipatel15/whatsapp-chat-analyser
- Owner: PrachiPatel15
- Created: 2022-08-17T18:26:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T04:41:50.000Z (almost 2 years ago)
- Last Synced: 2023-05-30T19:34:58.198Z (over 1 year ago)
- Language: Python
- Size: 372 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WhatsApp Chat Analyser: Project Overview
- To analyse the statistics of any group chat or any individual chats
- A streamlit app to analyse your WhatsApp Chats
- In order to analyse any chat you need to export the text file in "Browse File" section
- And this webapp was then deployed to **Streamlit Cloud**
- Link to access: https://prachipatel15-whatsapp-chat-analyser-app-dj92t8.streamlit.app/# Code and Resources Used
- ***Python Version:*** 3.9
- ***Packages:*** pandas, matplotlib, seaborn, streamlit, requests
- ***For Web Framework Requirements:*** ```pip install -r requirements.txt```# This App includes:
* Top Statistics
* Total Messages
* Total Words
* Total Media Shared
* Total Link Shared
* Monthly Timeline
* Weekly Timeline
* Activity Map
* Most Busy Day
* Most Busy Month
* Weekly Activity Map
* Most Busy User
* Most Common Words
* Emoji Analysis# Working Demo:
>![](https://github.com/PrachiPatel15/WhatsApp-Chat-Analyser/blob/main/analysis-1.png)
>![](https://github.com/PrachiPatel15/WhatsApp-Chat-Analyser/blob/main/analysis-2.png)
>![](https://github.com/PrachiPatel15/WhatsApp-Chat-Analyser/blob/main/analysis-3.png)
>![](https://github.com/PrachiPatel15/WhatsApp-Chat-Analyser/blob/main/analysis-4.png)