Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alessioborgi/spam_detector
- Owner: alessioborgi
- License: mit
- Created: 2022-10-23T20:06:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T12:38:39.000Z (5 months ago)
- Last Synced: 2024-12-07T02:12:08.042Z (2 months ago)
- Topics: bidirectional-lstm, deep-learning, keras, lstm
- Language: Jupyter Notebook
- Homepage:
- Size: 13.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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