Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shukur-alom/spam_mail_detector_using_ml
This Model can detectany kind of spam mail. Here i use ML Algorithm. If use use my code pleace give me my cradit
https://github.com/shukur-alom/spam_mail_detector_using_ml
algorithm artificial-intelligence artificial-intelligence-algorithms artificial-intelligence-models artificial-intelligence-projects deep-learning detectany-kind mail ml natural-language-processing nlp nlp-machine-learning python python-3 python3 spam spam-mail tensorflow tensorflow2
Last synced: 3 months ago
JSON representation
This Model can detectany kind of spam mail. Here i use ML Algorithm. If use use my code pleace give me my cradit
- Host: GitHub
- URL: https://github.com/shukur-alom/spam_mail_detector_using_ml
- Owner: shukur-alom
- License: mit
- Created: 2020-10-24T18:39:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-06T18:11:02.000Z (over 1 year ago)
- Last Synced: 2024-04-18T07:19:05.406Z (9 months ago)
- Topics: algorithm, artificial-intelligence, artificial-intelligence-algorithms, artificial-intelligence-models, artificial-intelligence-projects, deep-learning, detectany-kind, mail, ml, natural-language-processing, nlp, nlp-machine-learning, python, python-3, python3, spam, spam-mail, tensorflow, tensorflow2
- Language: Python
- Homepage:
- Size: 8.95 MB
- Stars: 18
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spam Email Detection using scikit-learn
## Introduction
This project is a spam email detection system built using machine learning algorithms from scikit-learn. Spam emails can be a significant problem, and having an automated system to detect and filter them out can be invaluable.
The model in this project is designed to detect various types of spam emails, making it versatile and useful for different email platforms and applications.
## Features
- Utilizes machine learning techniques from scikit-learn.
- Accurate detection spam emails.## Requirements
To run this project, you'll need the following:
- Python 3.x
- scikit-learn library
-
## Installation1. Clone this repository to your local machine:
```shell
git clone https://github.com/shukur-alom/Spam_mail_detector_using_ML.git
```2. Install the required Python libraries using pip:
```shell
pip install scikit-learn==0.22.1
```
3. Run The code
```shell
python spam.py
```