geeekgod / sms_spam_detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Jupyter Notebook 87.7%Language:Python 12.3%