Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 791 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 791 Bytes

Spam Detection

This is a repo for investigating on Spam dectection for the project Campus Connect

Development Progress:

  • Create a model for spam detection (First model as the baseline, will probably be in Jupyter Notebook)
  • Finding the Best Model for Spam Detection with different Data Sets
  • Fine tune the model with our own data set
  • Create a Node.js API for the model

Usefull Links / Resources:

Running PyTorch Model in nodejs

An repo for Reddit Spam bot, we could potentially use this to train our model

UCI SMS Spam Collection [Data Set]