https://github.com/0xhericles/spamdetector
:email: A Simple Python Spam Detector with Scikit-Learn
https://github.com/0xhericles/spamdetector
data ham machine-learning python sklearn spam
Last synced: about 2 months ago
JSON representation
:email: A Simple Python Spam Detector with Scikit-Learn
- Host: GitHub
- URL: https://github.com/0xhericles/spamdetector
- Owner: 0xHericles
- Created: 2018-05-19T14:43:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T05:58:52.000Z (over 7 years ago)
- Last Synced: 2025-04-03T13:48:47.544Z (about 1 year ago)
- Topics: data, ham, machine-learning, python, sklearn, spam
- Language: Python
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpamDetector
## Install Dependencies
```
python3 -m pip install -r install.txt
```
## Run
```
python3 run.py
```