Skip to content

Commit 37669d2

Browse files
committed
Updated readme
1 parent 9cc282c commit 37669d2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
File renamed without changes.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Spam-Detector-AI
22

3+
![Tests](https://github.com/adamspd/spam-detection-project/actions/workflows/tests.yml/badge.svg)
4+
[![PyPI version](https://badge.fury.io/py/spam-detector-ai.svg)](https://badge.fury.io/py/spam-detector-ai)
5+
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6+
[![GitHub last commit](https://img.shields.io/github/last-commit/adamspd/spam-detection-project)](https://github.com/adamspd/spam-detection-project/commit/main)
7+
[![GitHub issues](https://img.shields.io/github/issues/adamspd/spam-detection-project)](https://github.com/adamspd/spam-detection-project/issues)
8+
[![GitHub pull requests](https://img.shields.io/github/issues-pr/adamspd/spam-detection-project)](https://github.com/adamspd/spam-detection-project/pulls)
9+
[![GitHub contributors](https://img.shields.io/github/contributors/adamspd/spam-detection-project)](https://github.com/adamspd/spam-detection-project/graphs/contributors)
10+
311
Spam-Detector-AI is a Python package for detecting and filtering spam messages using Machine Learning models. The
412
package integrates with Django or any other project that uses python and offers three different classifiers: Naive
513
Bayes, Random Forest, and Support Vector Machine (SVM).

0 commit comments

Comments
 (0)