Skip to content

annalhq/truthseek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ TruthSeek: Transformer based email spam classifier

huggingface nextdotjs

Table of Contents

Introduction

TruthSeek is an advanced email classifier that leverages a multi-stage architecture combining RoBERTa with CNN and a hierarchical attention network. This approach ensures high accuracy in distinguishing spam from legitimate emails. It is a multi-modal system that takes into consideration email protocols like DMARC, SPF, and DKIM. Additionally, it uses web agents to verify the authenticity of email senders, enhancing the reliability of the classification process.

Model Architecture

  1. RoBERTa: Utilized for initial text encoding.
  2. CNN: Applied for feature extraction from encoded text.
  3. BiLSTM: Used for sentence-level embedding to capture context from both directions.
  4. Hierarchical Attention Network: Enhances the model's focus on important words and sentences.
Model Architecture

Model Links

Contributors

Contributors

Analytics

Alt

About

BERT based email spam classifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published