calee14 / spam

📧I'm going to try to make a spam detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spam detector

todo:

  • update server code to return boolean saying whether the email is spam or not.
  • the request data type: params -> String[][] returns -> Double[][] - might skip this since it would be too much work. I can just update the model to take in more than 150 characters
  • update the server code to receive the data in double arrays
  • analyze and label data for ml
  • touch up on ui - Looks good enough

notes:

  • Must find a way to incoporate model into an app
    • make my own gmail site NOTE: Too complicated
    • make my email interface in terminal sort of similar to
    • make an app where you paste text from an email
    • browser extension NOTE: Bingo!
    • div#:mp.ii.gt - to access the gmail content

resources:

author

  • Cap Lee

About

📧I'm going to try to make a spam detector


Languages

Language:Jupyter Notebook 44.7%Language:JavaScript 23.0%Language:Python 22.4%Language:HTML 9.9%