Skip to content

This web app specifically takes in input and determines whether its a spam mail or not

Notifications You must be signed in to change notification settings

JohnTong12/Public_ML_Spam_mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The app.py

this app specifically was done in spyder , its a spam mail prediction appp, it was first analysed using python where cleaning was done its a NLP approach

feature_extraction.pkl

this app is a tfidf vectorizer . it stands for term frequency, inverse frequency vectorizer , it mainly processes the text by turning them into numerical format for the model to understand

requirements.txt

this one just contains my libraries i used to build and process the data thats numpy,scikit learn, nltk,pickl-mixin

model.pkl

In this particular file, it contains my model, i used the MultinomialNaive Bayes Classifier

About

This web app specifically takes in input and determines whether its a spam mail or not

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages