/spamfilter_webapp

The functionality of my naive bayes spam filter implemented in a Flask Web App with an API endpoint which returns JSON.

Primary LanguagePython

  • Download or clone the project folder.
  • Navigate to the project folder in the terminal.
  • Run the command python __init__.py
  • Visit localhost:5000/spamfilter in your browser to view the site.