Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions Whatsapp Chats Sentiment Analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ This project performs sentiment analysis on WhatsApp chat data using Natural Lan
1. Clone this repository
2. Install required packages:

```bash
pip install -r requirements.txt


👉 This makes your PR **10x stronger**

---

## 💾 Commit

```bash
git add .
git commit -m "Added requirements.txt and updated README for setup instructions"


## Usage
1. Export your WhatsApp chat as a .txt file (without media)
Expand Down
8 changes: 8 additions & 0 deletions Whatsapp Chats Sentiment Analysis/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
emoji
wordcloud
pandas
numpy
matplotlib
Pillow
nltk
seaborn