Skip to content

Checks for spam Messages and Dangerous URLs in the Message using Machine Learning Algorithm

Notifications You must be signed in to change notification settings

Thej-Venkat-P/Spam-Message-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spam-Message-Checker

Checks for spam Messages and Dangerous URLs in the Message using Machine Learning Algorithm
This is a Python program that uses a Machine Learning model to classify text messages as spam or ham (not spam).
The program also can detect Harmful or Dangerous URLs present in the Message and Shows if they are Dangerous.

Requirements

The program requires the following files and libraries to be in the same directory or imported:
• Python Programming Language with an IDE
• Dataset for Training the Machine Learning model
• Python File with functions to check for Safety of URL
• Pandas module
• Sklearn module
• Re module

Setup

To run this program, you will need the following:
• Python 3.8 or higher • The DataSet file “spam.csv”, which contains the data for training and testing the Machine learning model should be downloaded from Data folder and be placed in the same folder as the program.
• The Python file “urlSafety.py”, which contains the function for checking the safety of a URL.
• The following Python libraries: pandas, sklearn, and re. You can install them using the command “pip install pandas sklearn“ in the Command Terminal.

Refer to the ML Spam Checker Word Document for Better Explanation of the Code and spamChecker.mp4 video for the Working of the code.

About

Checks for spam Messages and Dangerous URLs in the Message using Machine Learning Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages