Skip to content

Commit 2af734d

Browse files
committed
update readme
1 parent e1a2857 commit 2af734d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Spam Comment Detector
22

33
This repository is based on the flask framework web application, with the help of Machine Learning, the application is capable to detect that the comment is spam or not.The goal of our project was to create a machine learning model that can produced output for anyone.
4-
Our project has an integrated API structure that recieve users queries and respond to them with the output of our spam email classifier model when fed with the query input parameter.
4+
Our project has an integrated API structure that recieve users queries and respond to them with the output of our spam comment classifier model when fed with the query input parameter.
5+
6+
## API
7+
8+
http://spamcommentdetector.herokuapp.com/predict?commentInput=parameter
9+
10+
It will return a json object having input and outcome key which will have input given and resultant outcome eithier of the value Spam or Not a Spam
11+
512
## File Structure
613

714
📦Spam-comment-detector-with-flask <br>

0 commit comments

Comments
 (0)