Skip to content

Nargesmohammadi/Bert-Mail-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bert Mail Classification

This repository contains code for a spam detection model using BERT (Bidirectional Encoder Representations from Transformers) in TensorFlow. BERT is a powerful pre-trained model developed by Google that has achieved state-of-the-art performance on various natural language processing tasks. The model is trained on a dataset of spam and ham (non-spam) messages.

Dataset

The dataset used for training the model is stored in the spam.csv file. It contains a collection of messages labeled as spam or ham.

Requirements

To run the code in this repository, it needs to have the following dependencies installed:

  • TensorFlow
  • TensorFlow Hub
  • TensorFlow Text
  • pandas
  • scikit-learn
  • matplotlib
  • seaborn

About

Detecting the spam mails with BERT (a pre-trained model).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published