spam-ham_Detection

For this project i use the SMSSpamCollection dataset that contains more than 5 thousand SMS phone messages.

SETUP

Install NLTK and wordCloud
!pip install nltk
!pip install wordcloud


nltk.download('stopwords')
nltk.download('wordnet')