Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 996 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 996 Bytes

Spam Email Classifier

A Machine Learning model deployed with Streamlit to classify emails as spam or not. After clonning the repositry, Run app.py in terminal of Pycharm or any other IDE with command streamlit run app.py to run the testing on Sreamlit local host.

Spam Email Classifier

A Machine Learning model deployed with Streamlit to classify emails as spam or not.

Description

This project is a spam email classifier that uses a Multinomial Naive Bayes model to determine whether an input email or SMS is spam or not. The classification process is streamlined through a user-friendly Streamlit web application.

Output

Spam Email Prediction

  • Image 1 spam

Not Spam Email Prediction

  • Image 2 Not spam