/sms_spam_detection

Primary LanguageJupyter NotebookMIT LicenseMIT

SMS Spam Detection

To create a model where a collection of SMS containing Spam & Ham messages are feeded for training the model, hence creating a model cable of detecting Spam messages in SMS.

Requirements

  1. Python & PIP

  2. VirtualEnv

Installation

  1. Clone the repository
git clone https://github.com/thisisrishabh22/sms_spam_detection.git
  1. Create Virtual Environment
virtualenv sms_spam_detection
  1. Activate Virtual Environment
source sms_spam_detection/bin/activate