JennyPoudel / Spam_detector

A simple spam detection app that uses naive bayes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple spam detection app that uses naive bayes.


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%