Skip to content

A text classification using Google BERT and Tensorflow to classify if an email is spam or not spam

Notifications You must be signed in to change notification settings

azureeeeeeeeeeee/Email-Spam-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spam Email Detector

A text classification project with transfer learning using Google Bert and TensorFlow

Data Collection

All the data im using can be found here

Model

For the Preprocessing and encoding, im using Google Bert

For the training, i use TensorFlow

The model has a test score of 0.9652 on a new unseen data

Usage

Install all dependencies with

pip install -r requirements.txt

Run the project with

python app.py

image

Note : I know, im not good at ui design.

About

A text classification using Google BERT and Tensorflow to classify if an email is spam or not spam

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published