Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alessioborgi/spam_detector

Spam Detection System classifying Spam/Ham Emails using BI-LSTMs in order to identify and filter out spam efficiently.
https://github.com/alessioborgi/spam_detector

bidirectional-lstm deep-learning keras lstm

Last synced: 10 days ago
JSON representation

Spam Detection System classifying Spam/Ham Emails using BI-LSTMs in order to identify and filter out spam efficiently.

Awesome Lists containing this project

README

        

# Spam_Detector

**Copyright © 2023 Alessio Borgi**

**PROJECT SCOPE**: Development of a Spam Detection System classifying Spam/Ham Emails. This is a machine learning-based project for detecting spam messages in emails or text communications. This repository implements various natural language processing (NLP) techniques and classification algorithms to identify and filter out spam efficiently. Ideal for those interested in applying ML to real-world text analysis and cybersecurity challenges.

**PROJECT RESULTS**:
- Dataset Pre-Processing and Tokenization Step.
- Data Padding in order to Standardize all the Emails.
- BiDirectional LSTM Model Development to detect Spam Emails.

**PROJECT REPOSITORY**: https://github.com/alessioborgi/Spam_Detector