Skip to content

This is a Mobile Message message detector project . A Machine Learning Model is Trained to Predict the entered message is a spam or a Genuine message.

License

Notifications You must be signed in to change notification settings

Abhinav330/spam-message-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spam-message-detector


This is a Mobile Message Spam detector project . A Machine Learning Model is Trained to Predict the entered message is a spam or a Genuine message.


Video Link :


Files in this Repository :

🟢 main.py :

Main python file which is shown in the video.

🟢 x_train.pickle :

Count vectorization , pre-implimentation needed for this project.

🟢 model.pickle :

Actual Model trainned using Naive Bayes Classifier with multinomial method.


Modules Required :

🔶 Pandas

🔶 sklearn

🔶 pickel


Programming Language used

🟩 Python3


Instructions

Clone this repository and open a command prompt in this folder and type python main.py and then enter your message and get the prediction. after that press y or n to check a new message or to exit respectively.

Picture for referance :

pic


Warnings

❌ This model is trainned with very small number of dataset so predicted out may or may not be correct.

❌ Limited features.



Thank you For Visiting This Repository

About

This is a Mobile Message message detector project . A Machine Learning Model is Trained to Predict the entered message is a spam or a Genuine message.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages