diff --git a/Whatsapp Chats Sentiment Analysis/README.md b/Whatsapp Chats Sentiment Analysis/README.md index fc34ee8..c0a3be2 100644 --- a/Whatsapp Chats Sentiment Analysis/README.md +++ b/Whatsapp Chats Sentiment Analysis/README.md @@ -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) diff --git a/Whatsapp Chats Sentiment Analysis/requirements.txt b/Whatsapp Chats Sentiment Analysis/requirements.txt new file mode 100644 index 0000000..712e395 --- /dev/null +++ b/Whatsapp Chats Sentiment Analysis/requirements.txt @@ -0,0 +1,8 @@ +emoji +wordcloud +pandas +numpy +matplotlib +Pillow +nltk +seaborn