From 6443542b01dee05ec683d6aa9dfdeaeb6ca63d6c Mon Sep 17 00:00:00 2001 From: SheharyarAltaf <133163440+SheharyarAltaf@users.noreply.github.com> Date: Thu, 15 Aug 2024 10:27:35 +0500 Subject: [PATCH] README.md Email Spam Classifier using Kaggle dataset. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3119b..8766f47 100644 --- a/README.md +++ b/README.md @@ -431,7 +431,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Using BOW, TFIDF and Xgboost](https://towardsdatascience.com/finding-similar-quora-questions-with-bow-tfidf-and-random-forest-c54ad88d1370) - [Using Word2Vec and Xgboost](https://towardsdatascience.com/finding-similar-quora-questions-with-word2vec-and-xgboost-1a19ad272c0d) - [Detecting Fake News with Python and Machine Learning](https://data-flair.training/blogs/advanced-python-project-detecting-fake-news/) - +- [Email Spam Project End-to-End Machine Learning Using Kaggle Dataset](https://github.com/SheharyarAltaf/Email--Spam-Classifier) ### OpenCV: - [Build A Document Scanner](https://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/)