Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spam_Email_Detection #176

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Spam_Email_Detection #176

wants to merge 9 commits into from

Conversation

sijalalyy
Copy link

Related Issue

  • Info about the related issue

  • GSSOC Participant

  • Contributor

Closes: issue #116

Describe the changes you've made

This project utilizes Natural Language Processing (NLP) techniques to develop a machine learning model for email spam detection. The model analyzes the text content of emails and classifies them as either spam or ham. It involves preprocessing the text, extracting relevant features, training a machine learning model, and evaluating its performance. The goal is to create an accurate and reliable spam detection system that can be deployed in email clients or servers to enhance email security and reduce the impact of spam.

How Has This Been Tested?

I have verified the changes made by utilizing a confusion matrix. It allowed me to compare the predicted labels with the ground truth labels, analyze performance metrics, and fine-tune the model for accurate email spam detection.

Checklist:

  • My code follows the guidelines of this project.

  • I have performed a self-review of my own code.

  • I have commented my code, particularly wherever it was hard to understand.

  • I have made corresponding changes to the documentation.

  • My changes generate no new warnings.

  • I have added tests that prove my fix is effective or that my feature works.

  • Any dependent changes have been merged and published in downstream modules.

Screenshots

email_detection_output_1
email_detection_output_2

@miraj0507 miraj0507 self-requested a review July 28, 2023 18:03
@miraj0507 miraj0507 added GSSOC 23 This issue is part of Girl script summer of Code By Contributor Is the project proposal was given by a contributor level1 labels Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
By Contributor Is the project proposal was given by a contributor GSSOC 23 This issue is part of Girl script summer of Code level1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants