/Spam_detector

A simple spam detection app that uses naive bayes.

Primary LanguageJupyter Notebook

Spam_detector

This is a simple app that uses naive bayes to classify email/messages as spam or not spam.

Installation

Install spam_detector

  pip install streamlit
  pip install nltk
  streamlit run app.py

Demo

image