Skip to content

amrukwa/spam_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spam detection in e-mails

spam

Introduction

This project is a simple implementation of spam detection model for e-mails.

The dataset

The data used for training the model is available here.

The workflow

The complete workflow can be seen in the workflow.ipynb.

Running the model

I used flask package, as well as Dockerfile to deploy the application. To run it, you can clone this repository onto your computer. Then, in the directory, run the following command (with Docker runnung): docker build . -t spam_detection. When the container is created, you can simply type flask run. Then, the application will be available under the following adress: http://127.0.0.1:5000/.

About

Spam detection in mails and text messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages