Skip to content

Amit-2024/Email-spam-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Spam Classifier

The project is made using python using different kind of libraries and Machine Learning algorithm popularly known as Naive Bayes specially multinomial naive bayes algorithm which gives an effective precision and accuracy on text based projects.

Acknowledgements

Deployment

To deploy this project run

    streamlit run app.py 

Requirements

ensure that you have downloaded these libraries in your pc if not then download them using : pip install libraryname

  1. sklearn
  2. streamlit
  3. nltk
  4. collection

for more details you can see inside the untitiled.ipynb

Steps:

Mainly Three steps

1.preprocessing

2.vectorizing

3.model building

About

spam classifier using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published