Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 357 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 357 Bytes

WhatsAppChatAnalysis

Steps for dev:

  1. Take latest pull from main branch
  2. Create new branch
  3. Make all changes to this new branch and finally push this new branch
  4. Create a pull request on github

Required python packages:

  1. stylecloud [pip3 install stylecloud]
  2. stop_words [pip install stop_words]
  3. wordcloud [pip install wordcloud]